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

Oleg Kalnichevski resolved HTTPCLIENT-1341.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.3 Beta2
                   4.2.5

Fixed in SVN trunk and 4.2.x branch. Please review / re-test.

Oleg
                
> DeflateDecompressingEntity does not call Inflater#end
> -----------------------------------------------------
>
>                 Key: HTTPCLIENT-1341
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1341
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>    Affects Versions: 4.2.4
>            Reporter: Igor Fedorenko
>             Fix For: 4.2.5, 4.3 Beta2
>
>
> Inflater#end must be called to release native, i.e. not managed by java 
> garbage collector, memory used by the Inflater. Although the native memory 
> will be eventually released when Inflater instanced is finalized, it can take 
> significant time before this happens and can result in excessive use of 
> native memory (observed >12G) which triggers heavy OS swap and makes computer 
> unresponsive.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to