Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
net: improve network family autoselection handle handling#48464
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: improve network family autoselection handle handling #48464
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented Jun 15, 2023
nodejs-github-bot commented Jun 15, 2023
mcollina left a comment
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
nodejs-github-bot commented Jun 22, 2023
ShogunPanda commented Jun 24, 2023
I'll check the failing test locally this evening and then I'll update and finally merge this. |
5388aa7 to 16ab933Comparenodejs-github-bot commented Jun 26, 2023
nodejs-github-bot commented Jun 26, 2023
nodejs-github-bot commented Jun 27, 2023
Landed in fddd3ff |
PR-URL: #48464Fixes: npm/cli#6409Fixes: KararTY/dank-twitch-irc#13Fixes: #47644 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: nodejs#48464Fixes: npm/cli#6409Fixes: KararTY/dank-twitch-irc#13Fixes: nodejs#47644 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
PR-URL: nodejs#48464Fixes: npm/cli#6409Fixes: KararTY/dank-twitch-irc#13Fixes: nodejs#47644 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
ruyadorno commented Sep 10, 2023
This commit does not land cleanly on |
This PR fixes network family autoselections in three area:
TLSSocketwith a manually set backingSocketwas used. See: PSA: If you're on node20.0.0and above, and want to use this library withclient.configuration.connection.secure === true, use the argument--no-network-family-autoselectionKararTY/dank-twitch-irc#13 (comment)AbortSignalwhen using network family auto selection.Fixes: npm/cli#6409
Fixes: KararTY/dank-twitch-irc#13
Fixes: #47644
CC: @tniessen@silverwind