You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IOSessionImpl: Support CloseMode.IMMEDIATE for Unix domain sockets
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.
0 commit comments