Forum Post: Re: Http Client

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
Hi Luc, On 11.5.1 there's a bug whereby those messages are always written into the log-manager's log-file (which is the appserver agent/server log). It's fixed in 11.6. There's a hotfix for 11.5.1 (.013) that contains memory leak fixes for the HTTP client which also contains a fix for this logging issue. I would highly recommend that you use the hotfixed version. If you can't use the hotfix, and need to patch this, the class to fix is OpenEdge/Net/ServerConnection/ClientSocket.cls which is in $DLC/src/netlib/OpenEdge.Net.pl. You can update all the calls to LogMessage() with an integer value of 5 for the 2 nd argument (they're currently 0). This is what's used in 11.6.0+.

Continue reading...
 
Status
Not open for further replies.
Back
Top