aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/retry.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/retry.d')
-rw-r--r--docs/cmdline-opts/retry.d3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/cmdline-opts/retry.d b/docs/cmdline-opts/retry.d
index 32d1c799b..3db89b71c 100644
--- a/docs/cmdline-opts/retry.d
+++ b/docs/cmdline-opts/retry.d
@@ -14,4 +14,7 @@ for all forthcoming retries it will double the waiting time until it reaches
using --retry-delay you disable this exponential backoff algorithm. See also
--retry-max-time to limit the total time allowed for retries.
+Since curl 7.66.0, curl will comply with the Retry-After: response header if
+one was present to know when to issue the next retry.
+
If this option is used several times, the last one will be used.