netty5/transport/src
Trustin Lee e9d1aa2435 Fix SocketException in NioSocketChannelUnsafe.closeExecutor()
Related: #3464

Motivation:

When a connection attempt is failed,
NioSocketChannelUnsafe.closeExecutor() triggers a SocketException,
suppressing the channelUnregistered() event.

Modification:

Do not attempt to get SO_LINGER value when a socket is not open yet.

Result:

One less bug
2015-03-05 15:18:27 +09:00
..
main/java/io/netty Fix SocketException in NioSocketChannelUnsafe.closeExecutor() 2015-03-05 15:18:27 +09:00
test/java/io/netty Allow to use EmbeddedChannel.schedule*(...) 2015-02-20 13:46:54 +01:00