Fixed documentation error
This commit is contained in:
parent
a436046692
commit
b67688fd0f
@ -112,8 +112,8 @@ public abstract class HttpMessageDecoder extends ReplayingDecoder<HttpMessageDec
|
||||
|
||||
/**
|
||||
* Creates a new instance with the default
|
||||
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (4096)}, and
|
||||
* {@code maxChunkSize (4096)}.
|
||||
* {@code maxInitialLineLength (4096}}, {@code maxHeaderSize (8192)}, and
|
||||
* {@code maxChunkSize (8192)}.
|
||||
*/
|
||||
protected HttpMessageDecoder() {
|
||||
this(4096, 8192, 8192);
|
||||
|
Loading…
Reference in New Issue
Block a user