netty5/transport-native-epoll/src
Scott Mitchell d2683c3911 EPOLLRDHUP infinite loop
Motivation:
If  is enabled and a channel is half closed it is possible for the EPOLL event loop to get into an infinite loop by continuously being woken up on the EPOLLRDHUP event.

Modifications:
- Ensure that the EPOLLRDHUP event is unregistered for to prevent infinite loop.

Result:
1 less infinite loop.
2015-08-13 12:15:32 -07:00
..
main EPOLLRDHUP infinite loop 2015-08-13 12:15:32 -07:00
test/java/io/netty/channel/epoll Linux EPOLL Channel Configuration test unsupported options 2015-06-02 12:54:36 -07:00