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 ccd3722 commit b02b93bCopy full SHA for b02b93b
1 file changed
doc/api/http.markdown
@@ -64,8 +64,10 @@ per connection (in the case of keep-alive connections).
64
`function (socket) { }`
65
66
When a new TCP stream is established. `socket` is an object of type
67
- `net.Socket`. Usually users will not want to access this event. The
68
- `socket` can also be accessed at `request.connection`.
+ `net.Socket`. Usually users will not want to access this event. In
+ particular, the socket will not emit `readable` events because of how
69
+ the protocol parser attaches to the socket. The `socket` can also be
70
+ accessed at `request.connection`.
71
72
### Event: 'close'
73
0 commit comments