1
0
Fork 0
mirror of synced 2025-04-01 12:56:20 +03:00

improve retry

This commit is contained in:
Alex Lushpai 2016-07-26 14:40:31 +03:00
parent b6b49d5430
commit c5ddf84813

View file

@ -139,6 +139,7 @@ class Client
}
if ($errno) {
$retry = 0;
throw new CurlException($error, $errno);
}