netty5/transport-native-epoll/src
Norman Maurer e3bf679998 Ensure connect promise is notifed before fireChannelActive() is called. Related to [#4927]
Motivation:

We should always first notify the promise before trigger an event through the pipeline to be consistent.

Modifications:

Ensure we notify the promise before fire event.

Result:

Consistent behavior
2016-03-14 14:18:11 +01:00
..
main Ensure connect promise is notifed before fireChannelActive() is called. Related to [#4927] 2016-03-14 14:18:11 +01:00
test/java/io/netty/channel Fix EpollServerSocketConfig.isFreebind() 2016-03-14 12:12:41 +01:00