Index: trunk/index.php =================================================================== diff -u -N -r383 -r653 --- trunk/index.php (.../index.php) (revision 383) +++ trunk/index.php (.../index.php) (revision 653) @@ -98,7 +98,7 @@ //$html = replacePngTags($html); LogEntry("Output Start\n"); $html .= ""; -header("Content-length: ".strlen($html)); +if(!IsDebugMode()) header("Content-length: ".strlen($html)); header("Connection-Type: Keep-Alive"); echo $html;