From e5243b49ef89834086ad279326b6d54cf769460c Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Thu, 12 Jan 2023 11:25:33 +0100 Subject: [PATCH 1/3] doc: https update default request timeout --- doc/api/https.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api/https.md b/doc/api/https.md index 71bd6cb642ed4f..64e7ec424c6dab 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -176,9 +176,14 @@ See [`server.maxHeadersCount`][] in the `node:http` module. -* {number} **Default:** `0` +* {number} **Default:** `300000` See [`server.requestTimeout`][] in the `node:http` module. From 20d325025a354bf10821173259297cec996a6654 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Thu, 12 Jan 2023 13:02:27 +0100 Subject: [PATCH 2/3] doc: changed version to 18 --- doc/api/https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/https.md b/doc/api/https.md index 64e7ec424c6dab..98e937fa029b05 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -177,7 +177,7 @@ See [`server.maxHeadersCount`][] in the `node:http` module.