added garbage collector

This commit is contained in:
kremsy
2014-02-22 11:14:35 +01:00
committed by Steffen Schröder
parent 5371b8b17d
commit 6654c7028a
2 changed files with 16 additions and 2 deletions

View File

@ -127,7 +127,6 @@ class AsynchronousFileReader {
}
$content = str_replace(array("\r", "\n"), '', $content);
if ($compression) {
$content = gzencode($content);
$header = array("Content-Type: " . $contentType, "Keep-Alive: 300", "Connection: Keep-Alive", "Content-Encoding: gzip");