-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: treat ENOTCONN at shutdown as success #29912
Conversation
While it is not entirely clear why this condition is being triggered, it does resolve a reported bug. Fixes: nodejs#26315
@nodejs/collaborators This could use a review or two. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but is there anything reasonable that can be included in the docs about this?
@jasnell I wouldn’t know how or what to document. This kind of just makes behaviour be what it should be in the first place. |
Yeah, that's kind of what I expected. |
Landed in 1447a79 |
While it is not entirely clear why this condition is being triggered, it does resolve a reported bug. Fixes: #26315 PR-URL: #29912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
While it is not entirely clear why this condition is being triggered, it does resolve a reported bug. Fixes: nodejs#26315 PR-URL: nodejs#29912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
While it is not entirely clear why this condition is being triggered, it does resolve a reported bug. Fixes: #26315 Backport-PR-URL: #29968 PR-URL: #29912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
While it is not entirely clear why this condition is being triggered, it does resolve a reported bug. Fixes: #26315 PR-URL: #29912 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
While it is not entirely clear why this condition is being
triggered, it does resolve a reported bug.
Fixes: #26315
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes