Merge branch '3.2' of github.com:netty/netty into 3.2
This commit is contained in:
commit
c3240a1ded
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user