diff options
author | Daniel Hwang <gnawhleinad@github.com> | 2016-10-09 16:00:25 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-11 10:00:54 +0100 |
commit | cdfda3ee827da069f1871722278fd82e7cbb4194 (patch) | |
tree | b7990d962afd012e3ed1955dc364642a7f93c7f1 /docs | |
parent | ea80a2dcfcdc280ff412489dc3928600ec76296c (diff) |
curl: Add --retry-connrefused
to consider ECONNREFUSED as a transient error.
Closes #1064
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 4 insertions, 0 deletions
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 <seconds>" 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 |