Skip to content

Commit e7cf67d

Browse files
committed
undertow: remove maxsize, handled manually
1 parent b6aed0b commit e7cf67d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/jooby-undertow/src/main/java/io/jooby/undertow/UndertowServer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ public Server start(@NonNull Jooby... application) {
124124
.setServerOption(UndertowOptions.ALWAYS_SET_KEEP_ALIVE, false)
125125
.setServerOption(UndertowOptions.MAX_HEADER_SIZE, options.getMaxHeaderSize())
126126
.setServerOption(UndertowOptions.MAX_PARAMETERS, options.getMaxFormFields())
127-
.setServerOption(UndertowOptions.MAX_ENTITY_SIZE, (long) options.getMaxRequestSize())
128127
.setServerOption(UndertowOptions.ALLOW_EQUALS_IN_COOKIE_VALUE, true)
129128
.setServerOption(UndertowOptions.ALWAYS_SET_DATE, options.getDefaultHeaders())
130129
.setServerOption(UndertowOptions.RECORD_REQUEST_START_TIME, false)

0 commit comments

Comments
 (0)