netty5/transport/src
Norman Maurer 08a7ca3747 Correctly pass ChannelPromise on to the next ChannelOutboundHandler when use CombinedChannelDuplexHandler.
Motivation:

Due a regression introduced by e969b6917c we missed to pass the original ChannelPromise to the next ChannelOutboundHandler and so
may never notify the origin ChannelPromise. This is related to #4805.

Modifications:

- Correctly pass the ChannelPromise
- Add unit test.

Result:

Correctly pass the ChannelPromise on deregister(...)
2016-02-04 15:28:46 +01:00
..
main/java/io/netty Correctly pass ChannelPromise on to the next ChannelOutboundHandler when use CombinedChannelDuplexHandler. 2016-02-04 15:28:46 +01:00
test/java/io/netty Correctly pass ChannelPromise on to the next ChannelOutboundHandler when use CombinedChannelDuplexHandler. 2016-02-04 15:28:46 +01:00