netty5/handler/src/main/java/io/netty
Norman Maurer 39997814bf [#5860] Ensure removal of SslHandler not produce IllegalReferenceCountException
Motivation:

If the user removes the SslHandler while still in the processing loop we will produce an IllegalReferenceCountException. We should stop looping when the handlerwas removed.

Modifications:

Ensure we stop looping when the handler is removed.

Result:

No more IllegalReferenceCountException.
2016-10-10 11:06:19 +02:00
..
handler [#5860] Ensure removal of SslHandler not produce IllegalReferenceCountException 2016-10-10 11:06:19 +02:00