forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix netty#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 netty#6969
- Loading branch information
1 parent
6152990
commit 96f52e0
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters