Skip to content

Commit

Permalink
Writability state of http2 child channels should be decoupled from th…
Browse files Browse the repository at this point in the history
…e flow-controller (netty#9235)

Motivation:

We should decouple the writability state of the http2 child channels from the flow-controller and just tie it to its own pending bytes counter that is decremented by the parent Channel once the bytes were written.

Modifications:

- Decouple writability state of child channels from flow-contoller
- Update tests

Result:

Less coupling and more correct behavior. Fixes netty#8148.
  • Loading branch information
normanmaurer authored Jun 18, 2019
1 parent b1fb40e commit f945a07
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 108 deletions.
Loading

0 comments on commit f945a07

Please sign in to comment.