improve retry
This commit is contained in:
parent
b6b49d5430
commit
c5ddf84813
@ -139,6 +139,7 @@ class Client
|
||||
}
|
||||
|
||||
if ($errno) {
|
||||
$retry = 0;
|
||||
throw new CurlException($error, $errno);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user