We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7968c79 commit 7bd62f4Copy full SHA for 7bd62f4
doc/api/http.md
@@ -1360,7 +1360,7 @@ before closing keep alive connection.
1360
1361
A value of `null` will disable the limit.
1362
1363
-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`,
1364
but will not actually close the connection, subsequent requests sent
1365
after the limit is reached will get `503 Service Unavailable` as a response.
1366
0 commit comments