[
https://issues.apache.org/jira/browse/HTTPCLIENT-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCLIENT-1217:
------------------------------------------
Affects Version/s: (was: 4.2 Final)
4.2.1
Fix Version/s: 4.2.2
> AutoRetryHttpClient does not release connection on retries
> ----------------------------------------------------------
>
> Key: HTTPCLIENT-1217
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1217
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpClient
> Affects Versions: 4.2.1
> Reporter: Eric Fung
> Fix For: 4.2.2
>
>
> In this method of AutoRetryHttpClient:
> execute(HttpHost target, HttpRequest request, HttpContext context)
> the backend creates a new HttpResponse object on each retry attempt, but
> the response entity is not consumed, leading to connections that are never
> closed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]