1
0
mirror of synced 2024-11-21 21:06:07 +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);
}