Skip to content

Commit 8c818a2

Browse files
authored
MSC4041: add missing paren (#4118)
1 parent 15e87d5 commit 8c818a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/4041-retry-after-header-rate-limiting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ being overloaded by enforcing rate-limits to selected API calls.
55
If homeservers limit access to an API they respond with an http error code 429 and a response body
66
that 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)
99
and [urllib3](https://urllib3.readthedocs.io/en/stable/reference/urllib3.util.html#urllib3.util.Retry)) ease
1010
the 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

0 commit comments

Comments
 (0)