Add missing property configuration to jetty.xml

Signed-off-by: Ido <ido.dovrat@gmail.com>
This commit is contained in:
annorax 2016-02-03 20:10:20 +02:00 committed by Joakim Erdfelt
parent 0eef227e84
commit 5167c52ab0
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
<Set name="delayDispatchUntilContent"><Property name="jetty.httpConfig.delayDispatchUntilContent" deprecated="jetty.delayDispatchUntilContent" default="true"/></Set>
<Set name="maxErrorDispatches"><Property name="jetty.httpConfig.maxErrorDispatches" default="10"/></Set>
<Set name="blockingTimeout"><Property name="jetty.httpConfig.blockingTimeout" default="-1"/></Set>
<Set name="persistentConnectionsEnabled"><Property name="jetty.httpConfig.persistentConnectionsEnabled" default="true"/></Set>
</New>
<!-- =========================================================== -->