-
-
Couldn't load subscription status.
- Fork 33.6k
Closed
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.
Description
See https://github.com/nodejs/node/blob/master/lib/dns.js#L333
exports.ADNAME = 'EADNAME';This line defines the error code ADNAME as 'EADNAME'. Shouldn't it be BADNAME and 'EBADNAME' respectively?
exports.BADNAME = 'EBADNAME';Metadata
Metadata
Assignees
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.