Skip to content

Commit

Permalink
doc: fix typos in http.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Sep 20, 2021
1 parent 453bb6b commit 49859d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -1364,7 +1364,7 @@ before closing keep alive connection.

A value of `null` will disable the limit.

When limit is reach it will set `Connection` header value to `closed`,
When the limit is reached it will set the `Connection` header value to `close`,
but will not actually close the connection, subsequent requests sent
after the limit is reached will get `503 Service Unavailable` as a response.

Expand Down

0 comments on commit 49859d6

Please sign in to comment.