improve retry
This commit is contained in:
parent
b6b49d5430
commit
c5ddf84813
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ class Client
|
|||
}
|
||||
|
||||
if ($errno) {
|
||||
$retry = 0;
|
||||
throw new CurlException($error, $errno);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue