cdw8j opened a new pull request, #558: URL: https://github.com/apache/httpcomponents-core/pull/558
The RequestListener thread terminates when an exception occurs during connection creation or in the worker thread. Specifically, I have noticed this issue simply when an http connection is attempted to an HttpServer with SSLContext - the server essentially terminates. So instead of throwing the corresponding exception, it should be handled by the application's exceptionListener. (This is also how it was implemented in httpcore4.) -- 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]
