mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
http,https: increase server headers timeout
Fixes: https://github.com/nodejs/node/issues/24980 Refs: https://github.com/nodejs/node/commit/eb43bc04b1 PR-URL: https://github.com/nodejs/node/pull/30071 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
@@ -94,7 +94,7 @@ See [`server.close()`][`http.close()`] from the HTTP module for details.
|
||||
added: v11.3.0
|
||||
-->
|
||||
|
||||
* {number} **Default:** `40000`
|
||||
* {number} **Default:** `60000`
|
||||
|
||||
See [`http.Server#headersTimeout`][].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user