netty5/handler/src
Ian Barfield cf9c1f946a Deleting redundant needsFlush boolean
Motivation:

In ChunkedWriteHandler, there is a redundant variable that servers
no purpose. It implies that under some conditions you might not want
to flush.

Modifications:

Removed the variable and the if condition that read it. The boolean
was always true so just removing the if statement was fine.

Result:

Slightly less misleading code.
2014-03-29 20:21:19 +01:00
..
main/java/io/netty/handler Deleting redundant needsFlush boolean 2014-03-29 20:21:19 +01:00
test/java/io/netty/handler Overall clean-up of ipfilter package 2014-03-12 16:06:04 +09:00