Skip to content

Commit ddaf69c

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

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)