netty5/codec-http2/src/main
Norman Maurer a677e62dd0 HTTP/2 multiplex: Correctly process buffered inbound data even if autoRead is false (#9389)
Motivation:

When using the HTTP/2 multiplex implementation we need to ensure we correctly drain the buffered inbound data even if the RecvByteBufallocator.Handle tells us to stop reading in between.

Modifications:

Correctly loop through the buffered inbound data until the user does stop to request from it.

Result:

Fixes https://github.com/netty/netty/issues/9387.

Co-authored-by: Bryce Anderson <banderson@twitter.com>
2019-07-21 20:58:50 +02:00
..
java/io/netty/handler/codec/http2 HTTP/2 multiplex: Correctly process buffered inbound data even if autoRead is false (#9389) 2019-07-21 20:58:50 +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