-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-420: avoid spurious exceptions on closing forwarded channel
Fix Nio2Session.doCloseGracefully(): before calling AsynchronousSocketChannel.shutdownOutput(), check that the socket is still open, and if we get an IOException all the same, log it with TRACE level. See also comments in doShutdownOutputStream(). Bug: #420
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters