Skip to content

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: https://github.com/nodejs/node/issues/41011

Merge request reports

Loading