netty5/transport-native-epoll/src
Scott Mitchell 631077c793 EPOLL RDHUP processing
Motivation:
EpollRecvByteAllocatorHandle will read unconditionally if EPOLLRDHUP has been received. However we can just treat this the same was we do as data maybe pending in ET mode, and let LT mode notify us if we haven't read all data.

Modifications:
- EpollRecvByteAllocatorHandle should not always force a read just because EPOLLRDHUP has been received, but just treated as an indicator that there maybe more data to read in ET mode

Result:
Fixes https://github.com/netty/netty/issues/6173.
2017-01-10 13:11:18 -08:00
..
main EPOLL RDHUP processing 2017-01-10 13:11:18 -08:00
test/java/io/netty/channel Added support to fetch the UID, GID, and PID of the connected unix domain socket (EG: SO_PEERCREDS) 2016-11-04 07:27:30 +01:00