Skip to content

Commit

Permalink
Fix retry header typo in steps
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroschipper authored Aug 28, 2024
1 parent 44e20ab commit 0795b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/req/steps.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ defmodule Req.Steps do
* `false` - don't retry.
* `:retry_delay` - if not set, which is the default, the retry delay is determined by
the value of `retry-delay` header on HTTP 429/503 responses. If the header is not set,
the value of the `Retry-After` header on HTTP 429/503 responses. If the header is not set,
the default delay follows a simple exponential backoff: 1s, 2s, 4s, 8s, ...
`:retry_delay` can be set to a function that receives the retry count (starting at 0)
Expand Down

0 comments on commit 0795b73

Please sign in to comment.