rschmitt opened a new pull request, #548: URL: https://github.com/apache/httpcomponents-core/pull/548
It's fine to set socket linger on a Unix-domain socket as long as it is done through the `SocketChannel` API. Calling `.socket()` always throws on a UDS-backed `SocketChannel`, however, which was silently causing issues for `TestAsyncSocketTimeout`, as connections were being left open until timeout. -- 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]
