Skip to content

Commit

Permalink
Update "Transient error" definition to include HTTP 429
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacwnewton authored Oct 16, 2024
1 parent ad9bcd3 commit 91ff823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usingcurl/downloads/retry.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ certain failed transfers.
If a transient error is returned when curl tries to perform a transfer, it
retries this number of times before giving up. Setting the number to 0 makes
curl do no retries (which is the default). Transient error means either: a
timeout, an FTP 4xx response code or an HTTP 5xx response code.
timeout, an FTP 4xx response code, an HTTP 429 response code or an HTTP 5xx
response code.

## Tweak your retries

Expand Down

0 comments on commit 91ff823

Please sign in to comment.