Skip to content
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 and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: make debug client connect to 127.0.0.1 #741

Merged
merged 1 commit into from
Feb 6, 2015

Conversation

bnoordhuis
Copy link
Member

On machines without network connectivity, a DNS lookup for 'localhost'
may fail. Connect to 127.0.0.1 to skip the host resolve step.

Fixes: #726

R=@cjihrig?

@cjihrig
Copy link
Contributor

cjihrig commented Feb 6, 2015

LGTM

On machines without network connectivity, a DNS lookup for 'localhost'
may fail.  Connect to 127.0.0.1 to skip the host resolve step.

Fixes: nodejs#726
PR-URL: nodejs#741
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@bnoordhuis bnoordhuis closed this Feb 6, 2015
@bnoordhuis bnoordhuis merged commit 9dc9ec3 into nodejs:v1.x Feb 6, 2015
@bnoordhuis bnoordhuis deleted the fix-issue-726 branch February 6, 2015 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants