netty5/transport-native-epoll/src
Norman Maurer d0dc02d826 Correctly guard against NotYetConnectedExceptions when handling RDHUP.
Motivation:

Commit 2c1f17faa2 introduced a regression which could cause NotYetConnectedExceptions when handling RDHUP events.

Modifications:

Correct ignore NotYetConnectedException when handling RDHUP events.

Result:

No more regression.
2016-08-29 12:43:11 +02:00
..
main Correctly guard against NotYetConnectedExceptions when handling RDHUP. 2016-08-29 12:43:11 +02:00
test/java/io/netty/channel Make NIO and EPOLL transport connect errors more consistent with the JDK 2016-08-27 20:57:36 +02:00