Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: specify that
message.socket
can be nulled
The `socket` property of the `IncomingMessage` object is nulled on the server after calling `message.destroy()` and on the client after a request completes and the socket is kept alive. Fixes: nodejs#41011
- Loading branch information