netty5/transport-native-epoll/src
Scott Mitchell ce6931e0e5 EPOLL exception processing feedback loop
Motivation:
Commit cf171ff525 changed the way read operations were done. This change introduced a feedback loop between fireException and epollInReady.

Modifications:
- All EPOLL*Channel* classes should not call fireException and also continue to read. Instead a read operation should be executed on the eventloop (if the channel's input is not closed, and other conditions are satisfied)

Result:
Exception processing and channelRead will not be in a feedback loop.
Fixes https://github.com/netty/netty/issues/4091
2015-08-20 13:11:02 -07:00
..
main EPOLL exception processing feedback loop 2015-08-20 13:11:02 -07:00
test/java/io/netty/channel/epoll EPOLL exception processing feedback loop 2015-08-20 13:11:02 -07:00