Skip to content

Commit

Permalink
Update content/client-server-api/_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot authored Mar 13, 2024
1 parent aa65bfb commit daf2cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@ return a standard error response of the form:
The `retry_after_ms` key SHOULD be included to tell the client how long
they have to wait in milliseconds before they can try again.

The `Retry-After` HTTP header MAY be specified by the server. When this header
The [`Retry-After`](https://www.rfc-editor.org/rfc/rfc9110#field.retry-after) HTTP header MAY be specified by the server. When this header
is set, it SHOULD be preferred by clients over the `retry_after_ms` value.

## Modules
Expand Down

0 comments on commit daf2cfb

Please sign in to comment.