netty5/codec-http2
Norman Maurer 2eb49866d2 HTTP/2 child channel may discard flush when done from an arbitrary thread (#10019)
Motivation:

We need to carefully manage flushes to ensure we not discard these by mistake due wrongly implemented consolidation of flushes.

Modifications:

- Ensure we reset flag before we actually call flush0(...)
- Add unit test

Result:

Fixes https://github.com/netty/netty/issues/10015
2020-02-11 16:04:00 +01:00
..
src HTTP/2 child channel may discard flush when done from an arbitrary thread (#10019) 2020-02-11 16:04:00 +01:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00