Class CurlBackoffStrategy
Strategy used to retry when certain cURL error codes are encountered.
-
Guzzle\Plugin\Backoff\AbstractBackoffStrategy
implements
Guzzle\Plugin\Backoff\BackoffStrategyInterface
-
Guzzle\Plugin\Backoff\AbstractErrorCodeBackoffStrategy
-
Guzzle\Plugin\Backoff\CurlBackoffStrategy
Methods summary
protected
boolean|integer|null
|
|
Properties summary
protected static
array
|
$defaultErrorCodes
|
array(
CURLE_COULDNT_RESOLVE_HOST, CURLE_COULDNT_CONNECT, CURLE_WRITE_ERROR, CURLE_READ_ERROR,
CURLE_OPERATION_TIMEOUTED, CURLE_SSL_CONNECT_ERROR, CURLE_HTTP_PORT_FAILED, CURLE_GOT_NOTHING,
CURLE_SEND_ERROR, CURLE_RECV_ERROR
) |
#
Default cURL errors to retry
Default cURL errors to retry
|