netty5/codec/src
Norman Maurer dc1b511fcf
Correctly reset offset when fail lazy because of too long frame. (#8257)
Motivation:

We need to reset the offset to 0 when we fail lazy because of a too long frame.

Modifications:

- Reset offset
- Add testcase

Result:

Fixes https://github.com/netty/netty/issues/8256.
2018-09-04 19:13:56 +02:00
..
main/java/io/netty/handler/codec Correctly reset offset when fail lazy because of too long frame. (#8257) 2018-09-04 19:13:56 +02:00
test Correctly reset offset when fail lazy because of too long frame. (#8257) 2018-09-04 19:13:56 +02:00