File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ being overloaded by enforcing rate-limits to selected API calls.
55If homeservers limit access to an API they respond with an http error code 429 and a response body
66that includes a property ` retry_after_ms ` to indicate how long a client has to wait before retrying.
77
8- Some http libraries (like [ Ky] ( https://github.com/sindresorhus/ky ) , [ got] (https://github.com/sindresorhus/got
8+ Some http libraries (like [ Ky] ( https://github.com/sindresorhus/ky ) , [ got] ( https://github.com/sindresorhus/got )
99and [ urllib3] ( https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html#urllib3.util.Retry ) ) ease
1010the burden of handling retries by honoring the http header ` Retry-After ` . As explained in
1111[ RFC 9119 - HTTP Semantics] ( https://www.rfc-editor.org/rfc/rfc9110#field.retry-after ) this header is optional
@@ -47,4 +47,4 @@ Since this MSC is using a standard HTTP header, it will not use a unstable prefi
4747
4848## Dependencies
4949
50- N/A
50+ N/A
You can’t perform that action at this time.
0 commit comments