default to delayed dispatch

This commit is contained in:
Greg Wilkins 2015-02-05 14:39:49 +11:00
parent 7db7ef3020
commit 504ff73d03
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/* ------------------------------------------------------------ */
/**