ok2c commented on PR #726: URL: https://github.com/apache/httpcomponents-client/pull/726#issuecomment-3302300996
@arturobernalg This functionality is necessary for the classic connection management only where connections can get blocked in the `#close` method. The async connection management is unaffected as `#close` method there merely enqueues a command to be executed by the i/o reactor asynchronously. Please reduce the scope to `PoolingHttpClientConnectionManager` only -- 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]
