bryanck opened a new pull request, #394: URL: https://github.com/apache/httpcomponents-client/pull/394
This PR addresses an issue when interrupting a thread when using an `HttpClient` with the `PoolingHttpClientConnectionManager`. If the pool reaches the max size, and the client is waiting on a lease request, and if the client thread is interrupted, the lease will continue to wait and the pool will not free up until the lease request timeout is reached. This change will explicitly cancel the lease request if an exception occurs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
