Merge
This commit is contained in:
commit
f46ebab88c
@ -81,6 +81,10 @@ class ServerConfig {
|
|||||||
drainAmount = Long.getLong("sun.net.httpserver.drainAmount",
|
drainAmount = Long.getLong("sun.net.httpserver.drainAmount",
|
||||||
DEFAULT_DRAIN_AMOUNT);
|
DEFAULT_DRAIN_AMOUNT);
|
||||||
|
|
||||||
|
maxReqHeaders = Integer.getInteger(
|
||||||
|
"sun.net.httpserver.maxReqHeaders",
|
||||||
|
DEFAULT_MAX_REQ_HEADERS);
|
||||||
|
|
||||||
maxReqTime = Long.getLong("sun.net.httpserver.maxReqTime",
|
maxReqTime = Long.getLong("sun.net.httpserver.maxReqTime",
|
||||||
DEFAULT_MAX_REQ_TIME);
|
DEFAULT_MAX_REQ_TIME);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user