Keep Alive fix (maybe that fixes the dedimania issue)
This commit is contained in:
		| @@ -131,7 +131,7 @@ class AsynchronousFileReader { | |||||||
| 	                         $contentType = 'text/xml; charset=UTF-8;') { | 	                         $contentType = 'text/xml; charset=UTF-8;') { | ||||||
| 		$headers = array(); | 		$headers = array(); | ||||||
| 		array_push($headers, 'Content-Type: ' . $contentType); | 		array_push($headers, 'Content-Type: ' . $contentType); | ||||||
| 		array_push($headers, 'Keep-Alive: 600'); | 		array_push($headers, 'Keep-Alive: timeout=600, max=2000'); | ||||||
| 		array_push($headers, 'Connection: Keep-Alive'); | 		array_push($headers, 'Connection: Keep-Alive'); | ||||||
|  |  | ||||||
| 		$content = str_replace(array("\r", "\n"), '', $content); | 		$content = str_replace(array("\r", "\n"), '', $content); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user