mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 14:11:36 +00:00
7148758: Resolve merge issue which caused testcase failure
Reviewed-by: alanb, chegar
This commit is contained in:
parent
162d75c68c
commit
c3da3a5048
@ -81,6 +81,10 @@ class ServerConfig {
|
||||
drainAmount = Long.getLong("sun.net.httpserver.drainAmount",
|
||||
DEFAULT_DRAIN_AMOUNT);
|
||||
|
||||
maxReqHeaders = Integer.getInteger(
|
||||
"sun.net.httpserver.maxReqHeaders",
|
||||
DEFAULT_MAX_REQ_HEADERS);
|
||||
|
||||
maxReqTime = Long.getLong("sun.net.httpserver.maxReqTime",
|
||||
DEFAULT_MAX_REQ_TIME);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user