Skip to content

retry.d: Clarify transient 5xx HTTP response codes - #6724

Closed
jay wants to merge 1 commit into
curl:masterfrom
jay:doc_fix_retry_transient_codes
Closed

retry.d: Clarify transient 5xx HTTP response codes#6724
jay wants to merge 1 commit into
curl:masterfrom
jay:doc_fix_retry_transient_codes

Conversation

@jay

@jay jay commented Mar 11, 2021

Copy link
Copy Markdown
Member
  • Clarify the only 5xx response codes that are treated as transient are
    500, 502, 503 and 504.

Prior to this change it said it treated all 5xx as transient, but the
code says otherwise.

Ref: https://github.com/curl/curl/blob/curl-7_75_0/src/tool_operate.c#L462-L495

Closes #xxxx

- Clarify the only 5xx response codes that are treated as transient are
  500, 502, 503 and 504.

Prior to this change it said it treated all 5xx as transient, but the
code says otherwise.

Ref: https://github.com/curl/curl/blob/curl-7_75_0/src/tool_operate.c#L462-L495

Closes #xxxx
@jay jay closed this in 21445a7 Mar 12, 2021
@jay
jay deleted the doc_fix_retry_transient_codes branch March 12, 2021 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants