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.
Fix HTTP/2 dependency tree corruption
Motivation: Chrome was randomly getting stuck loading the tiles examples. Investigation showed that the Netty flow controller thought it had nothing to send for the connection even though some streams has queued data and window available. Modifications: Fixed an accounting error where an implicitly created parent was not being added to the dependency tree, thus it and all of its children were orphaned from the connection's tree and would never have data written. Result: Fixes netty#6621
- Loading branch information
1 parent
c6ad933
commit 799350c
Showing
2 changed files
with
38 additions
and
0 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