netty5/transport/src/main
Trustin Lee 02643e41fb Fix a bug where ChannelOutboundBuffer.removeBytes() throws ClassCastException
When a ChannelOutboundBuffer contains ByteBufs followed by a FileRegion,
removeBytes() will fail with a ClassCastException.  It should break the
loop instead.
2014-08-15 09:57:04 -07:00
..
java/io/netty Fix a bug where ChannelOutboundBuffer.removeBytes() throws ClassCastException 2014-08-15 09:57:04 -07:00