netty5/codec-http2
Norman Maurer aaf5ec1fbb Writability state of http2 child channels should be decoupled from the flow-controller (#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 https://github.com/netty/netty/issues/8148.
2019-06-18 10:03:01 +02:00
..
src Writability state of http2 child channels should be decoupled from the flow-controller (#9235) 2019-06-18 10:03:01 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00