netty5/codec/src
Andrew McCall 231e6a5b7d Calls to discardSomeReadBytes() causes the JsonDecoder to get corrupted
Modification:

Added a lastReaderIndex value and if the current readerIndex has been reset, resets the idx and the decoder.

Result:

Fixes #6156.
2017-04-27 19:34:15 +02:00
..
main/java/io/netty/handler/codec Calls to discardSomeReadBytes() causes the JsonDecoder to get corrupted 2017-04-27 19:34:15 +02:00
test Calls to discardSomeReadBytes() causes the JsonDecoder to get corrupted 2017-04-27 19:34:15 +02:00