netty5/transport/src
Nick Hill 6d0c0e991b Small simplification to WriteTask optimization (#9807)
Motiviation

#9800 was just merged which consolidates the flush/no-flush WriteTasks
in AbstractChannelHandlerContext, but after looking at the changes again
I noticed a tiny simplification that would be good to make imo.

Modification

Remove use of conditional operator in decrementPendingOutboundBytes()

Result

Simpler code, one less branch
2019-11-27 06:55:22 +01:00
..
main Small simplification to WriteTask optimization (#9807) 2019-11-27 06:55:22 +01:00
test/java/io/netty Clean up NioEventLoop (#9799) 2019-11-26 08:25:59 +01:00