DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26139>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26139

Memory leak in MultiThreadedHttpClient caused by bad .equals()





------- Additional Comments From [EMAIL PROTECTED]  2004-01-14 19:37 -------
I was experiencing this while using the GetMethod(String) constructor, which
calls the HttpMethodBase constructor, which constructs a new HostConfiguration
each time.

I _think_ that the multithreaded client won't work properly unless you use
separate new GetMethods like this.

Anyway, a usage like this would break unless equals() was added.  I vote #2, 3
where possible.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to