Skip to content

Commit

Permalink
doc: update http.md mention of socket
Browse files Browse the repository at this point in the history
This commit is addressing the problem in issue nodejs#29948
  • Loading branch information
jessekoconnor committed Nov 4, 2019
1 parent 22799be commit 681dd99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/http.md
Expand Up @@ -473,7 +473,9 @@ added: v0.5.3

* `socket` {net.Socket}

Emitted after a socket is assigned to this request.
Emitted after a socket is assigned to this request. This event is sometimes passed
a `duplex` {stream.Duplex} which `socket` {net.Socket} extends rather than being
passed a socket.

### Event: 'timeout'
<!-- YAML
Expand Down

0 comments on commit 681dd99

Please sign in to comment.