netty5/codec/src
Norman Maurer ec21e575d7
Correctly discard messages after oversized message is detected. (#9015)
Motivation:

32563bfcc1 introduced a regression in which we did now not longer discard the messages after we handled an oversized message.

Modifications:

- Do not set aggregating to false after handleOversizedMessage is called
- Adjust unit tests to verify the behaviour is correct again.

Result:

Fixes https://github.com/netty/netty/issues/9007.
2019-04-08 21:09:06 +02:00
..
main/java/io/netty/handler/codec Correctly discard messages after oversized message is detected. (#9015) 2019-04-08 21:09:06 +02:00
test Improve DateFormatter parsing performance (#8821) 2019-02-04 10:04:20 +01:00