Skip to content

Commit

Permalink
doc: fix typos in http.md
Browse files Browse the repository at this point in the history
PR-URL: #40161
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
lpinca authored and targos committed Oct 4, 2021
1 parent 7968c79 commit 7bd62f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -1360,7 +1360,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 7bd62f4

Please sign in to comment.