Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e54483c

Browse filesBrowse files
marco-ippolitojuanarbol
authored andcommitted
doc: https update default request timeout
PR-URL: #46184 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 335110b commit e54483c
Copy full SHA for e54483c

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/https.md‎

Copy file name to clipboardExpand all lines: doc/api/https.md
+6-1Lines changed: 6 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,14 @@ See [`server.maxHeadersCount`][] in the `node:http` module.
176176

177177
<!-- YAML
178178
added: v14.11.0
179+
changes:
180+
- version: v18.0.0
181+
pr-url: https://github.com/nodejs/node/pull/41263
182+
description: The default request timeout changed
183+
from no timeout to 300s (5 minutes).
179184
-->
180185

181-
* {number} **Default:** `0`
186+
* {number} **Default:** `300000`
182187

183188
See [`server.requestTimeout`][] in the `node:http` module.
184189

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.