netty5/transport-native-epoll/src
Scott Mitchell 32231ee2e0 EPOLL RDHUP and IN at same time
Motivation:
If a RDHUP and IN event occurred at the same time it is possible we may not read all pending data on the channel. We should ensure we read data before processing the RDHUP event.

Modifications:
- Process the RDHUP event before the IN event.

Result:
Data will not be dropped.
Fixes https://github.com/netty/netty/issues/4317
2015-10-06 13:51:15 -07:00
..
main EPOLL RDHUP and IN at same time 2015-10-06 13:51:15 -07:00
test/java/io/netty/channel/epoll Use NetUtil.LOCALHOST4 instead of InetAddress.getLocalHost() 2015-09-24 10:49:30 +02:00