added garbage collector
This commit is contained in:
		
				
					committed by
					
						
						Steffen Schröder
					
				
			
			
				
	
			
			
			
						parent
						
							5371b8b17d
						
					
				
				
					commit
					6654c7028a
				
			@@ -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");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user