Merge branch '3.2' of github.com:netty/netty into 3.2

This commit is contained in:
Trustin Lee 2011-11-23 14:02:35 +09:00
commit c3240a1ded

View File

@ -198,7 +198,7 @@ public class LengthFieldBasedFrameDecoder extends FrameDecoder {
private boolean discardingTooLongFrame; private boolean discardingTooLongFrame;
private long tooLongFrameLength; private long tooLongFrameLength;
private long bytesToDiscard; private long bytesToDiscard;
private boolean failFast; private final boolean failFast;
/** /**
* Creates a new instance. * Creates a new instance.