Skip to content

dns: consistently add hostname - #19754

Closed
BridgeAR wants to merge 1 commit into
nodejs:masterfrom
BridgeAR:add-hostname
Closed

dns: consistently add hostname#19754
BridgeAR wants to merge 1 commit into
nodejs:masterfrom
BridgeAR:add-hostname

Conversation

@BridgeAR

Copy link
Copy Markdown
Member

Right now the hostname could in some cases be missed, depending on
the libuv error number. This makes sure there the hostname is always
added, if available.

This currently relies on #19719 and I am
going to rebase the PR as soon as that lands.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@BridgeARBridgeAR added the blocked PRs that are blocked by other issues or PRs. label Apr 2, 2018
@nodejs-github-botnodejs-github-bot added dns Issues and PRs related to the dns subsystem. errors Issues and PRs related to JavaScript errors originated in Node.js core. labels Apr 2, 2018
@BridgeARBridgeAR added the semver-major PRs that contain breaking changes and should be released in the next major version. label Apr 2, 2018
Right now the hostname could in some cases be missed, depending on
the libuv error number. This makes sure there the hostname is always
added, if available.
@BridgeAR

Copy link
Copy Markdown
MemberAuthor

@BridgeARBridgeAR removed the blocked PRs that are blocked by other issues or PRs. label Apr 5, 2018
@BridgeAR
BridgeAR requested a review from a teamApril 5, 2018 16:04
@jasnelljasnell changed the title dns: constistently add hostnamedns: consistently add hostnameApr 5, 2018

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

BridgeAR added a commit to BridgeAR/node that referenced this pull request Apr 5, 2018
Right now the hostname could in some cases be missed, depending on
the libuv error number. This makes sure there the hostname is always
added, if available.
PR-URL: nodejs#19754
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeAR

Copy link
Copy Markdown
MemberAuthor

Landed in b29c36b

@BridgeARBridgeAR closed this Apr 5, 2018
@BridgeAR
BridgeAR deleted the add-hostname branch April 1, 2019 23:40
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dnsIssues and PRs related to the dns subsystem.errorsIssues and PRs related to JavaScript errors originated in Node.js core.semver-majorPRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@BridgeAR@mcollina@jasnell@joyeecheung@nodejs-github-bot