Skip to content

Conversation

@gibfahn
Copy link
Member

Backport of #10854

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

@nodejs-github-botnodejs-github-bot added test Issues and PRs related to the tests. v4.x labels Mar 8, 2017
If a test does http.listen(0) or net.listen(0), http.listen(0).address().address returns '::'. Some machines will resolve this to localhost, but not all. Every machine should have localhost defined in /etc/hosts (or equivalent), so it should always resolve. Fixes: nodejs#7291
@gibfahngibfahnforce-pushed the listen-localhost-v4 branch from 6f25609 to ef8556eCompareMarch 8, 2017 07:41
@gibfahn
Copy link
MemberAuthor

@mscdexmscdex added the net Issues and PRs related to the net subsystem. label Mar 8, 2017
@MylesBorins
Copy link
Contributor

landed in abee209

@gibfahngibfahn deleted the listen-localhost-v4 branch March 8, 2017 10:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

netIssues and PRs related to the net subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@gibfahn@MylesBorins@mscdex@nodejs-github-bot