dedimania try fixes

This commit is contained in:
kremsy
2014-07-05 18:02:27 +02:00
parent 9e4f815278
commit 88c78556b8
2 changed files with 56 additions and 7 deletions

View File

@ -131,7 +131,7 @@ class AsynchronousFileReader {
$contentType = 'text/xml; charset=UTF-8;') {
$headers = array();
array_push($headers, 'Content-Type: ' . $contentType);
array_push($headers, 'Keep-Alive: 300');
array_push($headers, 'Keep-Alive: 600');
array_push($headers, 'Connection: Keep-Alive');
$content = str_replace(array("\r", "\n"), '', $content);