Skip to content

Commit

Permalink
Merge pull request #785 from remie/issue736
Browse files Browse the repository at this point in the history
Removed Content-Length header. Fixes #736
  • Loading branch information
brendo committed Sep 24, 2011
2 parents fbdea17 + 9fedc2b commit f105b20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.php
Expand Up @@ -24,7 +24,6 @@ function renderer($mode='frontend'){

$output = renderer($renderer)->display(getCurrentPage());

header(sprintf('Content-Length: %d', strlen($output)));
echo $output;

exit;

0 comments on commit f105b20

Please sign in to comment.