CachingHttpClient leaks connections with stale-if-error
-------------------------------------------------------
Key: HTTPCLIENT-1143
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1143
Project: HttpComponents HttpClient
Issue Type: Bug
Components: Cache
Affects Versions: 4.2 Alpha1, 4.1.2
Reporter: James Miller
Priority: Critical
Fix For: Future
If you are using the "stale-if-error" Cache-control header and
CachingHttpClient decides to use a stale cached response it does not clean up
the existing backend response.
This bug causes connections to leak from the connection pool each time the
stale-if-error flow is executed.
--
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]