netty5/codec/src/test
Violeta Georgieva 96f52e05bf Fix #6969: Do not reset the states while streaming Json array
Motivation:

Calling JsonObjectDecoder#reset while streaming Json array over multiple
writes causes CorruptedFrameException to be thrown.

Modifications:

While streaming Json array and if the current readerIndex has been reset,
ensure that the states will not be reset.

Result:

Fixes #6969
2017-07-17 10:42:54 +02:00
..
java/io/netty/handler/codec Fix #6969: Do not reset the states while streaming Json array 2017-07-17 10:42:54 +02:00
resources/io/netty/handler/codec/xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00