netty5/codec
Trustin Lee 13a0a36db3 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:15:43 +09:00
..
src Make JsonObjectDecoder discard everything after stream corruption 2014-07-04 11:15:43 +09:00
pom.xml Implement a Bzip2Decoder 2014-06-24 14:49:49 +09:00