1
0
mirror of synced 2025-01-31 15:22:39 +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);
}