mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 04:01:29 +00:00
Обновить 'include/functions.php'
The "Connection: close" header is added to the context_options
This commit is contained in:
@@ -490,6 +490,9 @@
|
|||||||
|
|
||||||
$context_options = array(
|
$context_options = array(
|
||||||
'http' => array(
|
'http' => array(
|
||||||
|
'header' => array(
|
||||||
|
'Connection: close'
|
||||||
|
),
|
||||||
'method' => 'GET',
|
'method' => 'GET',
|
||||||
'ignore_errors' => true,
|
'ignore_errors' => true,
|
||||||
'timeout' => $timeout ? $timeout : FILE_FETCH_TIMEOUT,
|
'timeout' => $timeout ? $timeout : FILE_FETCH_TIMEOUT,
|
||||||
|
|||||||
Reference in New Issue
Block a user