Merged branch 'jetty-9.4.x' into 'master'.
This commit is contained in:
commit
2ac0d4f2e5
|
@ -124,6 +124,8 @@ public class HttpConfiguration
|
||||||
_delayDispatchUntilContent=config._delayDispatchUntilContent;
|
_delayDispatchUntilContent=config._delayDispatchUntilContent;
|
||||||
_persistentConnectionsEnabled=config._persistentConnectionsEnabled;
|
_persistentConnectionsEnabled=config._persistentConnectionsEnabled;
|
||||||
_maxErrorDispatches=config._maxErrorDispatches;
|
_maxErrorDispatches=config._maxErrorDispatches;
|
||||||
|
_useDirectByteBuffers=config._useDirectByteBuffers;
|
||||||
|
_minRequestDataRate=config._minRequestDataRate;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
|
|
Loading…
Reference in New Issue