[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roland Weber closed HTTPCLIENT-653.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0 Alpha 2

Problem dissolved during refactoring for HTTPCLIENT-636.
The connection wrapper used to be a non-static nested class of the connection 
manager, but is no longer.

> 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
>            Assignee: Roland Weber
>            Priority: Trivial
>             Fix For: 4.0 Alpha 2
>
>
> 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