forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[netty#5598] Ensure SslHandler not log false-positives when try to cl…
…ose the channel due timeout. Motivation: When we try to close the Channel due a timeout we need to ensure we not log if the notification of the promise fails as it may be completed in the meantime. Modifications: Add another constructor to ChannelPromiseNotifier and PromiseNotifier which allows to log on notification failure. Result: No more miss-leading logs.
- Loading branch information
1 parent
82b617d
commit f585806
Showing
3 changed files
with
40 additions
and
16 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
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