netty5/transport-native-epoll/src
Norman Maurer 2c1f17faa2 Throw correct NotYetConnectedException when ENOTCONN errno is set
Motivation:

We should throw a NotYetConnectedException when ENOTCONN errno is set. This is also consistent with NIO.

Modification:

Throw correct exception and add test case

Result:

More correct and consistent behavior.
2016-08-24 07:41:24 +02:00
..
main Throw correct NotYetConnectedException when ENOTCONN errno is set 2016-08-24 07:41:24 +02:00
test/java/io/netty/channel Throw correct NotYetConnectedException when ENOTCONN errno is set 2016-08-24 07:41:24 +02:00