netty5/transport-native-epoll
Norman Maurer c62e6b676f Correctly set EPOLLRDHUP for all stream channels.
Motivation:

Fix regression introduced by 585ce1593fdccc5a8d868a96c7643e0d63b1e21b, which missed to set EPOLLRDHUP for all stream channels.

Modifications:

Correctly set EPOLLRDHUP for all stream channels in the AbstractEpollStreamChannel constructor.

Result:

No more test failures in EpollDomain*Channel tests.
2015-02-08 08:50:23 +01:00
..

Native transport for Linux

See our wiki page.