Skip to content

Commit

Permalink
Use all configured fields. (#2192)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
  • Loading branch information
tomas-langer authored Jul 20, 2020
1 parent 57008e4 commit c783d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void initChannel(SocketChannel ch) {
ServerConfiguration serverConfig = webServer.configuration();
HttpRequestDecoder requestDecoder = new HttpRequestDecoder(soConfig.maxInitialLineLength(),
soConfig.maxHeaderSize(),
8192,
soConfig.maxChunkSize(),
soConfig.validateHeaders(),
soConfig.initialBufferSize());
if (serverConfig.isHttp2Enabled()) {
Expand Down

0 comments on commit c783d82

Please sign in to comment.