This commit is contained in:
Siemenskun 2022-05-22 02:02:56 +03:00
parent d33d026b12
commit 3406a16025
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ class UrlHelper {
if (curl_errno($ch) === 23 || curl_errno($ch) === 61) {
curl_setopt($ch, CURLOPT_ENCODING, 'none');
$contents = @curl_exec($ch);
$ret = @curl_exec($ch);
}
$headers_length = curl_getinfo($ch, CURLINFO_HEADER_SIZE);