summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorfox <[email protected]>2018-02-25 11:05:16 +0000
committerGogs <[email protected]>2018-02-25 11:05:16 +0000
commit8f60cb44005a04fa59ec2e1f482db0ae59482113 (patch)
treee0cd92dca264e2242e103d648729773e445cc24e /include
parent7e6bb21ff59167c75602b71157d679f23306c572 (diff)
parentdd597297cb800a93482891e76e5d18649074063f (diff)
Merge branch 'master' of Metallizzer/tt-rss into master
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php
index 9dd84707b..6a1296390 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,