Fix typo
This commit is contained in:
parent
d33d026b12
commit
3406a16025
|
@ -396,7 +396,7 @@ class UrlHelper {
|
||||||
|
|
||||||
if (curl_errno($ch) === 23 || curl_errno($ch) === 61) {
|
if (curl_errno($ch) === 23 || curl_errno($ch) === 61) {
|
||||||
curl_setopt($ch, CURLOPT_ENCODING, 'none');
|
curl_setopt($ch, CURLOPT_ENCODING, 'none');
|
||||||
$contents = @curl_exec($ch);
|
$ret = @curl_exec($ch);
|
||||||
}
|
}
|
||||||
|
|
||||||
$headers_length = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
|
$headers_length = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
|
||||||
|
|
Loading…
Reference in New Issue