netty5/transport-native-epoll/src
Norman Maurer 6880e27ce9 [#3463] EpollSocketChannel.localAddress() returns always null if Native.connect() was not able to connect directly
Motivation:

Due a a regression that was introduced by b898bdd we failed to set the localAddress if the connect did not success directly.

Modifications:

Correct set localAddress in doConnect(...)

Result:

Be able to get the localAddress in all cases.
2015-03-04 20:02:37 +01:00
..
main [#3463] EpollSocketChannel.localAddress() returns always null if Native.connect() was not able to connect directly 2015-03-04 20:02:37 +01:00
test/java/io/netty/channel/epoll [#3457] Proper fix for IllegalStateException caused by closed file descriptor / channel 2015-03-01 19:36:31 +01:00