Skip to content

Commit

Permalink
[BUGFIX] Re-dispatch Content-length header after change
Browse files Browse the repository at this point in the history
NamelessCoder committed Apr 21, 2014
1 parent 24c2583 commit e41bf57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Service/AssetService.php
Original file line number Diff line number Diff line change
@@ -144,6 +144,7 @@ public function buildAllUncached(array $parameters, $caller) {
}
$GLOBALS['TSFE']->content = $content;
$this->buildAll($parameters, $caller, FALSE);
header('Content-length: ' . strlen($GLOBALS['TSFE']->content));
}

/**

0 comments on commit e41bf57

Please sign in to comment.