ok2c commented on PR #516: URL: https://github.com/apache/httpcomponents-core/pull/516#issuecomment-2684239551
@CelestiaTheDryad I also discovered this defect not long ago while working the classic over async facade implementation on https://github.com/ok2c/httpcomponents-core/tree/classic_over_async_compat Any blocking synchronization inside a protocol handler must be done with extreme caution as it can be executed at the i/o thread and block not only the current connection but also all other connections bound to the same i/o thread. I am working on a fix. Please bear with me. -- 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