We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8572afb commit 863f6f4Copy full SHA for 863f6f4
doc/api/http.md
@@ -473,9 +473,9 @@ added: v0.5.3
473
474
* `duplex` {stream.Duplex}
475
476
-Emitted after a socket is assigned to this request. This event may be passed
477
-a socket {net.Socket} object, an extendion the duplex object, however this
478
-behavior is not guaranteed.
+Emitted after a socket is assigned to this request. This event is guaranteed to
+be passed an instance of the {net.Socket} class, a subclass of duplex, unless
+the user specifies a socket type other than {net.Socket}.
479
480
### Event: 'timeout'
481
<!-- YAML
0 commit comments