-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
dnsPromises Resolver with IDN certain subdomains #39139
Copy link
Copy link
Closed
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.icuIssues and PRs related to the ICU dependency.Issues and PRs related to the ICU dependency.
Metadata
Metadata
Assignees
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.icuIssues and PRs related to the ICU dependency.Issues and PRs related to the ICU dependency.
Certain version does throw error:
with MacOS BigSur Darwin Kernel Version 20.5.0, node v14.15.4 but does work with node v10.15.3 (ubuntu) and v10.24.1 (ubuntu).
Code which does this unexpected behaviour:
for some reason, a valid IDN domain like xn--nqbg.com does with alphanumeric hosts but does not work with number subdomains at my bigsur mac with node v14.15.4, upgraded to v14.17.1 and it still fails