netty5/transport-native-epoll/src/main
Xiaoqin Fu 88aa12cc1a Remove extra checks to fix #9456 (#9523)
Motivation:

There are some extra log level checks (logger.isWarnEnabled()).

Modification:

Remove log level checks (logger.isWarnEnabled()) from io.netty.channel.epoll.AbstractEpollStreamChannel, io.netty.channel.DefaultFileRegion, io.netty.channel.nio.AbstractNioChannel, io.netty.util.HashedWheelTimer, io.netty.handler.stream.ChunkedWriteHandler and io.netty.channel.udt.nio.NioUdtMessageConnectorChannel

Result:

Fixes #9456
2019-08-30 10:40:04 +02:00
..
c Fix epoll spliceTo file descriptor with offset (#9369) 2019-07-16 13:23:36 +02:00
java/io/netty/channel/epoll Remove extra checks to fix #9456 (#9523) 2019-08-30 10:40:04 +02:00