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:
Roland Weber 2007-07-21 13:41:42 +00:00
parent 1de2544013
commit 098150494e
1 changed files with 3 additions and 0 deletions

View File

@ -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.