netty5/codec-http/src/main/java/io/netty
Norman Maurer 67663fa7d1
HttpContentDecoder must continue read when it did not produce any mes… (#8922)
Motivation:

When HttpContentDecoder (and so HttpContentDecompressor) does not produce any message we need to make sure it calls ctx.read() if auto read is false to not stale.

Modifications:

- Keep track if we need to call ctx.read() or not
- Add unit test

Result:

Fixes https://github.com/netty/netty/issues/8915.
2019-03-07 10:31:51 +01:00
..
handler/codec HttpContentDecoder must continue read when it did not produce any mes… (#8922) 2019-03-07 10:31:51 +01:00