connection wrapper prevents GC of TSCCM
---------------------------------------

                 Key: HTTPCLIENT-653
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-653
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: HttpConn
    Affects Versions: 4.0 Alpha 1
            Reporter: Roland Weber
         Assigned To: Roland Weber
            Priority: Trivial


Even if a connection is released back to the ThreadSafeClientConnManager, a 
hard reference to the connection wrapper will prevent GC of the TSCCM.
Make sure the connection wrapper is properly detached on release. Then update 
TestTSCCMWithServer.testConnectionManagerGC() accordingly. 


-- 
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]

Reply via email to