netty5/codec
Norman Maurer 76ef2aaa8c [#4635] Stop decoding if decoder was removed
Motivation:

We need to check if this handler was removed before continuing with decoding.
If it was removed, it is not safe to continue to operate on the buffer.

Modifications:

Check if decoder was removed after fire messages through the pipeline.

Result:

No illegal buffer access when decoder was removed.
2016-01-05 11:07:50 +01:00
..
src [#4635] Stop decoding if decoder was removed 2016-01-05 11:07:50 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00