[
https://issues.apache.org/jira/browse/HTTPCLIENT-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1217.
-------------------------------------------
Resolution: Fixed
Fix committed to SVN trunk and 4.2.x branch.
@Eric: Please review / re-test
@Alin: I do not think so. The class simply made no attempt to release
connection at all when request is retried. The code in question was contributed
by an external contributor and I made a lousy job reviewing it.
Oleg
> 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]