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
Refs: #8895
  • Loading branch information
jbunton-atlassian committed Dec 19, 2018
1 parent dbdfc5d commit 5708c6a
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: Consistently set socket timeout only when the socket connects.
-->

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

0 comments on commit 5708c6a

Please sign in to comment.