arturobernalg opened a new pull request, #586: URL: https://github.com/apache/httpcomponents-core/pull/586
Add optional ConnPoolListener callbacks to RouteSegmentedConnPool to keep pool event subscription consistent across pool implementations. Callbacks are invoked on successful lease and on release. When no listener is configured (default), the hot path is a single null-check. Listener failures are ignored to avoid affecting pool correctness. -- 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]
