netty5/transport/src/test/java/io/netty
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
..
bootstrap Extract SocketAdress logic from NameResolver 2015-12-14 14:03:50 +01:00
channel Correctly pass ChannelPromise on to the next ChannelOutboundHandler when use CombinedChannelDuplexHandler. 2016-02-04 15:28:46 +01:00