Skip to content

Commit 84cd47b

Browse files
doc: update http.request.setTimeout docs to include history
Refs: #8895
1 parent dbdfc5d commit 84cd47b

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: set socket timeout when sockets connects
698702
-->
699703

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

0 commit comments

Comments
 (0)