Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: clarify when
'listening'
event is emitted
Clarify that the `'listening'` event is emitted when the underlying OS socket is created This occurs when either `socket.send()` or `socket.bind()` are first invoked for the respective socket. Fixes: #23952
- Loading branch information