netty5/codec-http2
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
..
src HTTP/2 multiplex: Correctly process buffered inbound data even if autoRead is false (#9389) 2019-07-21 20:58:50 +02:00
pom.xml Remove duplicated declaration of dependency 2019-01-21 11:54:55 +01:00