From c5ddf848131465e0b96ce13a58dc593cc4e2fdf0 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 26 Jul 2016 14:40:31 +0300 Subject: [PATCH] improve retry --- lib/RetailCrm/Http/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/RetailCrm/Http/Client.php b/lib/RetailCrm/Http/Client.php index 0a90203..6a446c8 100644 --- a/lib/RetailCrm/Http/Client.php +++ b/lib/RetailCrm/Http/Client.php @@ -139,6 +139,7 @@ class Client } if ($errno) { + $retry = 0; throw new CurlException($error, $errno); }