netty5/codec/src
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
..
main/java/io/netty/handler/codec Correctly handle fragmentation in JdkZlibDecoder (#10948) 2021-01-18 14:02:37 +01:00
test Correctly handle fragmentation in JdkZlibDecoder (#10948) 2021-01-18 14:02:37 +01:00