net: remove implicit setting of DNS hints by cjihrig · Pull Request #6021 · nodejs/node (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation6 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

cjihrig

@cjihrig

This commit removes the implicit setting of the V4MAPPED and ADDRCONFIG DNS flags in createConnection(). As of 39de601, users that need these flags can set them explicitly.

@cjihrig cjihrig added net

Issues and PRs related to the net subsystem.

semver-major

PRs that contain breaking changes and should be released in the next major version.

labels

Apr 2, 2016

@cjihrig

Got a green CI. CITGM failure seems unrelated.

@jasnell

LGTM. Do we want to get this into v6 or wait (I'm cutting the first v6 release candidate a week from monday)

@jasnell

@evanlucas

LGTM. I think including it in the first RC of 6.0.0 is okay. I feel like a lot of people are itching to try out 6.x and hopefully that will make sure this isn't really breaking anyone's current setup too bad

@bnoordhuis

LGTM. Targeting v6 seems reasonable to me; this change hopefully fixes more than it breaks.

@cjihrig

Thanks for the reviews. Landed in b85a50b.

cjihrig added a commit that referenced this pull request

Apr 5, 2016

@cjihrig

This commit removes the implicit setting of the V4MAPPED and ADDRCONFIG DNS flags in createConnection(). As of 39de601, users that need these flags can set them explicitly.

PR-URL: #6021 Reviewed-By: James M Snell jasnell@gmail.com Reviewed-By: Evan Lucas evanlucas@me.com Reviewed-By: Ben Noordhuis info@bnoordhuis.nl

jasnell added a commit that referenced this pull request

Apr 26, 2016

@jasnell

The following significant (semver-major) changes have been made since the previous Node v5.0.0 release.

jasnell added a commit that referenced this pull request

Apr 26, 2016

@jasnell

The following significant (semver-major) changes have been made since the previous Node v5.0.0 release.

jasnell added a commit that referenced this pull request

Apr 26, 2016

@jasnell

The following significant (semver-major) changes have been made since the previous Node v5.0.0 release.

jasnell added a commit that referenced this pull request

Apr 26, 2016

@jasnell

The following significant (semver-major) changes have been made since the previous Node v5.0.0 release.

jasnell added a commit that referenced this pull request

Apr 26, 2016

@jasnell

The following significant (semver-major) changes have been made since the previous Node v5.0.0 release.

Labels

net

Issues and PRs related to the net subsystem.

semver-major

PRs that contain breaking changes and should be released in the next major version.