We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbdfc5d commit 5708c6aCopy full SHA for 5708c6a
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