netty5/codec-http2/src/main
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
..
java/io/netty/handler/codec/http2 HTTP2: Update local flow-controller on Channel.read() if needed (#9400) 2019-08-16 09:28:21 +02:00
resources/META-INF/native-image/io.netty/codec-http2 Remove deprecated GraalVM native-image flags (#9118) 2019-05-22 19:22:03 +02:00