netty5/transport/src/main/java/io/netty
Norman Maurer 772a9d2610 [#2349] Correctly handle cancelled ChannelPromise in DefaultChannelHandlerContext
Motivation:
At the moment an IllegalArgumentException will be thrown if a ChannelPromise is cancelled while propagate through the ChannelPipeline. This is not correct, we should just stop to propagate it as it is valid to cancel at any time.

Modifications:
Stop propagate the operation through the ChannelPipeline once a ChannelPromise is cancelled.

Result:
No more IllegalArgumentException when cancel a ChannelPromise while moving through the ChannelPipeline.
2014-03-31 07:53:22 +02:00
..
bootstrap Better exception message 2014-01-13 23:32:49 +09:00
channel [#2349] Correctly handle cancelled ChannelPromise in DefaultChannelHandlerContext 2014-03-31 07:53:22 +02:00