Skip to content

Commit

Permalink
doc: update http.request.setTimeout docs to include history
Browse files Browse the repository at this point in the history
  • Loading branch information
jbunton-atlassian committed Dec 19, 2018
1 parent dbdfc5d commit 84cd47b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,10 @@ Once a socket is assigned to this request and is connected
### request.setTimeout(timeout[, callback])
<!-- YAML
added: v0.5.9
changes:
- version: v9.0.0
pr-url: https://github.com/nodejs/node/pull/8895
description: set socket timeout when sockets connects
-->

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

0 comments on commit 84cd47b

Please sign in to comment.