Commit dd597297 authored by Metallizzer's avatar Metallizzer
Browse files

Обновить 'include/functions.php'

The "Connection: close" header is added to the context_options
parent 7e6bb21f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -490,6 +490,9 @@

			 $context_options = array(
				  'http' => array(
						'header' => array(
							'Connection: close'
						),
						'method' => 'GET',
						'ignore_errors' => true,
						'timeout' => $timeout ? $timeout : FILE_FETCH_TIMEOUT,