netty5/codec/src
Jason Tedor 5eca326c35 Do not treat errors as decoder exception
Motivation: Today when Netty encounters a general error while decoding
it treats this as a decoder exception. However, for fatal causes this
should not be treated as such, instead the fatal error should be carried
up the stack without the callee having to unwind causes.

Modifications: Instead of translating any error to a decoder exception,
we let those unwind out the stack (note that finally blocks still
execute).

Result: Fatal errors will not be treated as innocent decoder exceptions.
2017-10-05 08:26:42 +02:00
..
main/java/io/netty/handler/codec Do not treat errors as decoder exception 2017-10-05 08:26:42 +02:00
test Use offset finding eol avoid repeated scaning. 2017-09-17 09:17:38 -07:00