netty5/common/src
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
..
main Remove extra checks to fix #9456 (#9523) 2019-08-30 10:40:04 +02:00
test AsciiString contentEqualsIgnoreCase fails when arrayOffset is non-zero (#9477) 2019-08-17 09:57:40 +02:00