Skip to content

Commit 7bd62f4

Browse files
lpincatargos
authored andcommittedOct 4, 2021
doc: fix typos in http.md
PR-URL: #40161 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 7968c79 commit 7bd62f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ before closing keep alive connection.
13601360

13611361
A value of `null` will disable the limit.
13621362

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

0 commit comments

Comments
 (0)
Please sign in to comment.