From e1bca102a7f0587bdc84c77f53d07ca76fa8e15b Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 20 Sep 2021 11:30:03 +0200 Subject: [PATCH] doc: fix typos in http.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40161 Reviewed-By: Tobias Nießen Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/http.md b/doc/api/http.md index 0f5f5a8bb1145d..5c2fca9bcb3b12 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -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.