Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
This commit is contained in:
commit
beb5c52609
|
@ -123,6 +123,7 @@ public class HttpConfiguration
|
||||||
_delayDispatchUntilContent=config._delayDispatchUntilContent;
|
_delayDispatchUntilContent=config._delayDispatchUntilContent;
|
||||||
_persistentConnectionsEnabled=config._persistentConnectionsEnabled;
|
_persistentConnectionsEnabled=config._persistentConnectionsEnabled;
|
||||||
_maxErrorDispatches=config._maxErrorDispatches;
|
_maxErrorDispatches=config._maxErrorDispatches;
|
||||||
|
_minRequestDataRate=config._minRequestDataRate;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
|
|
Loading…
Reference in New Issue