From cdfda3ee827da069f1871722278fd82e7cbb4194 Mon Sep 17 00:00:00 2001 From: Daniel Hwang Date: Sun, 9 Oct 2016 16:00:25 -0700 Subject: curl: Add --retry-connrefused to consider ECONNREFUSED as a transient error. Closes #1064 --- docs/curl.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/curl.1 b/docs/curl.1 index bc0612f0c..8434d6b7a 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1620,6 +1620,10 @@ also \fI--retry-max-time\fP to limit the total time allowed for retries. (Added in 7.12.3) If this option is used several times, the last one will be used. +.IP "--retry-connrefused" +In addition to the other conditions, consider ECONNREFUSED as a transient +error too for \fI--retry\fP. This option is used together with +\fI--retry\fP. (Added in 7.52.0) .IP "--retry-delay " Make curl sleep this amount of time before each retry when a transfer has failed with a transient error (it changes the default backoff time algorithm -- cgit v1.2.3