-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return family in DNS lookup callback
At least in node v0.12.1 on Windows, I was getting assert errors when trying to connect to an address hijacked by `evil-dns`. It turned out to be because the family was not being provided during lookup. When sending the address family to the callback, this was fixed.
- Loading branch information
1 parent
14b6528
commit 9610e2c
Showing
2 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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