diff --git a/include/functions.php b/include/functions.php index 9dd84707b..6a1296390 100755 --- a/include/functions.php +++ b/include/functions.php @@ -490,6 +490,9 @@ $context_options = array( 'http' => array( + 'header' => array( + 'Connection: close' + ), 'method' => 'GET', 'ignore_errors' => true, 'timeout' => $timeout ? $timeout : FILE_FETCH_TIMEOUT,