From: Metallizzer Date: Sun, 25 Feb 2018 10:03:09 +0000 (+0000) Subject: Обновить 'include/functions.php' X-Git-Tag: 18.8~62^2 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=dd597297cb800a93482891e76e5d18649074063f Обновить 'include/functions.php' The "Connection: close" header is added to the context_options --- diff --git a/include/functions.php b/include/functions.php index 9dd84707..6a129639 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,