netty5/src
Norman Maurer c46b11f1ad [#2931] Only cancel SelectionKey if connection is not pending
Motivation:

We must only cancel the SelectionKey if the connection is not pending while try to workaround the epoll bug, otherwise we may fail to notify the future later.

Modifications:

Check if the connection is pending before cancel the SelectionKey.

Result:

Only cancel correct SelectionKeys and so also make sure the futures are notified.
2014-10-01 14:16:24 +02:00
..
assembly Upgrade to apiviz 1.3.2.GA. See #676 2012-10-23 13:20:02 +02:00
javadoc Update license headers 2012-06-04 13:35:22 -07:00
main [#2931] Only cancel SelectionKey if connection is not pending 2014-10-01 14:16:24 +02:00
site More license updates 2011-12-09 14:31:04 +09:00
test Fix a bug in CIDR.contains(InetAddress) implementations 2014-08-26 16:29:54 +09:00