Skip to content

Commit 8380bd4

Browse files
jbunton-atlassianaddaleax
authored andcommitted
doc: add history to http.request.setTimeout()
PR-URL: #25121 Refs: #8895 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8bc1651 commit 8380bd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/http.md

+4
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,10 @@ Once a socket is assigned to this request and is connected
695695
### request.setTimeout(timeout[, callback])
696696
<!-- YAML
697697
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.
698702
-->
699703

700704
* `timeout` {number} Milliseconds before a request times out.

0 commit comments

Comments
 (0)