netty5/codec-http2
Norman Maurer 7a375a492c HTTP2: Update local flow-controller on Channel.read() if needed (#9400)
Motivation:

We should better update the flow-controller on Channel.read() to reduce overhead and memory overhead.

See https://github.com/netty/netty/pull/9390#issuecomment-513008269

Modifications:

Move updateLocalWindowIfNeeded() to doBeginRead()

Result:

Reduce memory overhead
2019-08-16 09:28:21 +02:00
..
src HTTP2: Update local flow-controller on Channel.read() if needed (#9400) 2019-08-16 09:28:21 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00