[
https://issues.apache.org/jira/browse/HTTPCLIENT-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13418552#comment-13418552
]
Alin Vasile commented on HTTPCLIENT-1217:
-----------------------------------------
Is this bug related to HTTPCORE-302?
> 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]