1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 15:05:56 +00:00

Обновить 'include/functions.php'

The "Connection: close" header is added to the context_options
This commit is contained in:
Metallizzer
2018-02-25 10:03:09 +00:00
parent 7e6bb21ff5
commit dd597297cb

View File

@@ -490,6 +490,9 @@
$context_options = array(
'http' => array(
'header' => array(
'Connection: close'
),
'method' => 'GET',
'ignore_errors' => true,
'timeout' => $timeout ? $timeout : FILE_FETCH_TIMEOUT,