netty5/codec
Trustin Lee cde7157c39 Make JsonObjectDecoder discard everything after stream corruption
Motivation:

There's no way to recover from a corrupted JSON stream. The current
implementation will raise an infinite exception storm when a peer sends
a large corrupted stream.

Modification:

Discard everything once stream corruption is detected.

Result:

Fixes a buffer leak
Fixes exception storm
2014-07-04 11:16:00 +09:00
..
src Make JsonObjectDecoder discard everything after stream corruption 2014-07-04 11:16:00 +09:00
pom.xml Implement a Bzip2Decoder 2014-06-24 14:50:09 +09:00