Обновить 'include/functions.php'
The "Connection: close" header is added to the context_options
This commit is contained in:
parent
7e6bb21ff5
commit
dd597297cb
1 changed files with 3 additions and 0 deletions
|
@ -490,6 +490,9 @@
|
|||
|
||||
$context_options = array(
|
||||
'http' => array(
|
||||
'header' => array(
|
||||
'Connection: close'
|
||||
),
|
||||
'method' => 'GET',
|
||||
'ignore_errors' => true,
|
||||
'timeout' => $timeout ? $timeout : FILE_FETCH_TIMEOUT,
|
||||
|
|
Loading…
Reference in a new issue