memory leak in MultiThreadedHttpConnectionManager
-------------------------------------------------
Key: HTTPCLIENT-676
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-676
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpConn
Affects Versions: 3.1 RC1
Reporter: Roland Weber
Assignee: Roland Weber
Priority: Minor
Fix For: 3.1 Final
MultiThreadedHttpConnectionManager.(hostConfiguration) will create
HostConnectionPool entries that will not be cleaned up unless they are later
used for communication. This should be changed to not create pools in that
method, but rather return 0 for a non-existent pool.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]