Lines Matching refs:retryCount
133 $this->emit('error', [$request, $response, &$retry, $retryCount]);
134 $this->emit('error:' . $code, [$request, $response, &$retry, $retryCount]);
140 $this->emit('exception', [$request, $e, &$retry, $retryCount]);
152 $retryCount++;
229 $retryCount,
238 $this->emit('exception', [$request, $e, &$retry, $retryCount]);
241 $retryCount++;
242 … $this->sendAsyncInternal($request, $successCallback, $errorCallback, $retryCount);
254 $this->emit('error', [$request, $curlResult['response'], &$retry, $retryCount]);
255 …it('error:' . $curlResult['http_code'], [$request, $curlResult['response'], &$retry, $retryCount]);
259 $retryCount++;
260 … $this->sendAsyncInternal($request, $successCallback, $errorCallback, $retryCount);
544 * @param int $retryCount
546 …sendAsyncInternal(RequestInterface $request, callable $success, callable $error, $retryCount = 0) { argument
561 $retryCount