Merge branch 'master' of Metallizzer/tt-rss into master
This commit is contained in:
commit
8f60cb4400
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue