We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae24aaf commit b1d62eeCopy full SHA for b1d62ee
doc/api/http.md
@@ -625,8 +625,9 @@ added: v0.5.9
625
* `timeout` {number} Milliseconds before a request times out.
626
* `callback` {Function} Optional function to be called when a timeout occurs. Same as binding to the `timeout` event.
627
628
-Once a socket is assigned to this request and is connected
629
-[`socket.setTimeout()`][] will be called.
+Once a socket is assigned to this request [`socket.setTimeout()`][] will be called.
+
630
+Note that this behaviour changes in Node.js version 9 and higher.
631
632
Returns `request`.
633
0 commit comments