Remove misleading comment

This commit is contained in:
Norman Maurer 2012-06-24 10:17:23 +02:00
parent e3a8805259
commit 2721d1e9c7

View File

@ -281,9 +281,6 @@ public abstract class FrameDecoder extends SimpleChannelUpstreamHandler implemen
assert cumulation.readable(); assert cumulation.readable();
// wrap the cumulation and input // wrap the cumulation and input
//
// We use a CompositeBuffer all the time as its always faster the
// byte-copy if the wrapped buffer count == 2
ChannelBuffer buf = ChannelBuffers.wrappedBuffer(cumulation, input); ChannelBuffer buf = ChannelBuffers.wrappedBuffer(cumulation, input);
cumulation = buf; cumulation = buf;