Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Writability state of http2 child channels should be decoupled from th…
…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