located root cause of HTTPCLIENT-653
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@558329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1de2544013
commit
098150494e
|
@ -1184,6 +1184,9 @@ public class ThreadSafeClientConnManager
|
|||
* can be {@link #detach detach}ed to prevent further use on release.
|
||||
*/
|
||||
private class HttpConnectionAdapter extends AbstractPooledConnAdapter {
|
||||
//@@@ HTTPCLIENT-653
|
||||
//@@@ this adapter being a nested class prevents proper detaching of
|
||||
//@@@ the adapter from the manager, and therefore GC of the manager
|
||||
|
||||
/**
|
||||
* Creates a new adapter.
|
||||
|
|
Loading…
Reference in New Issue