arturobernalg opened a new pull request, #502: URL: https://github.com/apache/httpcomponents-client/pull/502
This pull request addresses an issue in `BasicHttpClientConnectionManager` where stale connections were not being handled correctly. Previously, a stale connection could potentially be reused, leading to unexpected behavior or errors. The changes ensure that any stale connection is closed and a new connection is created whenever `getConnection` is called. -- 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org