default to delayed dispatch
This commit is contained in:
parent
7db7ef3020
commit
504ff73d03
|
@ -54,7 +54,7 @@ public class HttpConfiguration
|
|||
private boolean _sendServerVersion = true;
|
||||
private boolean _sendXPoweredBy = false;
|
||||
private boolean _sendDateHeader = true;
|
||||
private boolean _delayDispatchUntilContent = false; // TODO change to true
|
||||
private boolean _delayDispatchUntilContent = true;
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue