Skip to content

Commit

Permalink
doc: suggest doc for methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekoconnor committed Oct 31, 2019
1 parent 2eec64c commit 5b827a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ This method can be overridden by a particular `Agent` subclass. If this
method returns a falsy value, the socket will be destroyed instead of persisting
it for use with the next request.

`socket` can be an instance of {stream.Duplex} which is a superclass of Socket.

### agent.reuseSocket(socket, request)
<!-- YAML
added: v8.1.0
Expand Down

0 comments on commit 5b827a3

Please sign in to comment.