netty5/codec
Norman Maurer 59b3831bbc
Correctly handle fragmentation in JdkZlibDecoder (#10948)
Motivation:

We had multiple bugs in JdkZlibDecoder which could lead to decoding errors when the data was received in a fragmentated manner.

Modifications:

- Correctly handle skipping of comments
- Correctly handle footer / header decoding
- Add unit test that verifies the correct handling of fragmentation

Result:

Fixes https://github.com/netty/netty/issues/10875
2021-01-18 14:02:37 +01:00
..
src Correctly handle fragmentation in JdkZlibDecoder (#10948) 2021-01-18 14:02:37 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2021-01-13 10:28:54 +00:00