We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ab7e4 commit 487f653Copy full SHA for 487f653
doc/api/http.md
@@ -695,6 +695,10 @@ Once a socket is assigned to this request and is connected
695
### request.setTimeout(timeout[, callback])
696
<!-- YAML
697
added: v0.5.9
698
+changes:
699
+ - version: v9.0.0
700
+ pr-url: https://github.com/nodejs/node/pull/8895
701
+ description: Consistently set socket timeout only when the socket connects.
702
-->
703
704
* `timeout` {number} Milliseconds before a request times out.
0 commit comments