1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 11:51:28 +00:00

Merge branch 'master' of Metallizzer/tt-rss into master

This commit is contained in:
fox
2018-02-25 11:05:16 +00:00
committed by Gogs

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,