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 2eec64c commit 5b827a3Copy full SHA for 5b827a3
doc/api/http.md
@@ -189,6 +189,8 @@ This method can be overridden by a particular `Agent` subclass. If this
189
method returns a falsy value, the socket will be destroyed instead of persisting
190
it for use with the next request.
191
192
+`socket` can be an instance of {stream.Duplex} which is a superclass of Socket.
193
+
194
### agent.reuseSocket(socket, request)
195
<!-- YAML
196
added: v8.1.0
0 commit comments