netty5/transport
Trustin Lee 9ee51fc4c7 Fix the regression caused by f31c630c8c
f31c630c8c was causing
SocketGatheringWriteTest to fail because it does not take the case where
an empty buffer exists in a gathering write.

When there is an empty buffer in a gathering write, the number of
buffers returned by ChannelOutboundBuffer.nioBuffer() and the actual
number of write attemps can differ.

To remove the write requests correctly, a byte transport must use
ChannelOutboundBuffer.removeBytes()
2014-08-15 09:43:56 -07:00
..
src Fix the regression caused by f31c630c8c 2014-08-15 09:43:56 -07:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-08-15 09:31:03 +09:00