diff --git a/doc/api/http.md b/doc/api/http.md index 76950b95f8c5de..9640d59a5156bb 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -3772,7 +3772,7 @@ changes: needs to wait for additional incoming data, after it has finished writing the last response, before a socket will be destroyed. See [`server.keepAliveTimeout`][] for more information. - **Default:** `5000`. + **Default:** `65000`. * `maxHeaderSize` {number} Optionally overrides the value of [`--max-http-header-size`][] for requests received by this server, i.e. the maximum length of request headers in bytes.