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.
Http2MultiplexCodec.DefaultHttpStreamChannel.isOpen() / isActive() sh…
…oule be false when fireChannelActive() is called Motivation: When part of a HTTP/2 StreamChannel the Http2StreamChannel.isOpen() / isActive() should report false within a call to a ChannelInboundHandlers channelInactive() method. Modifications: Fullfill promise before call fireChannelInactive() Result: Correctly update state / promise before notify handlers. Fixes [netty#7638]
- Loading branch information
1 parent
bed74d8
commit 49d1db4
Showing
2 changed files
with
30 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