Eric Fung created HTTPCLIENT-1217: ------------------------------------- Summary: 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 Final Reporter: Eric Fung
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: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org