Improved www.ttss.krakow.pl
Jacek Kowalski
2021-07-28 d98c5a9e39c312424fa2586d1fe846f2999d49f5
Set explicit 5s connect timeout in proxy script
1 files modified
1 ■■■■ changed files
proxy_common.php 1 ●●●● patch | view | raw | blame | history
proxy_common.php
@@ -107,6 +107,7 @@
    $parameters[$name] = $_GET[$name];
}
ini_set('default_socket_timeout', 5);
$result = @file_get_contents($base_proxy . $path . '?' . http_build_query($parameters));
if(!$result OR substr($http_response_header[0], 0, 13) != 'HTTP/1.1 200 ') {
    header('HTTP/1.1 503 Service Unavailable');