diff --git a/doc/api/http.md b/doc/api/http.md index c48a0beb158d50..bd8ff131e998fe 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -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.