http docs should refer to stream.Duplex instead of net.Socket #29948
Closed
Description
In many places in the documentation (example: 'socket'
event), socket
is not necessarily a net.Socket
, but always a stream.Duplex
(which net.Socket
inherits from). We should at least mention that if we don't want to replace all references.