We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61df3d8 commit e1bca10Copy full SHA for e1bca10
doc/api/http.md
@@ -1364,7 +1364,7 @@ before closing keep alive connection.
1364
1365
A value of `null` will disable the limit.
1366
1367
-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`,
1368
but will not actually close the connection, subsequent requests sent
1369
after the limit is reached will get `503 Service Unavailable` as a response.
1370
0 commit comments