mirror of https://github.com/lukechilds/node.git
Browse Source
Replace '...' as invalid hostname with '***', which will give a more consisten error message on different systems. The hostname '...' returns EAI_AGAIN on musl libc and EAI_NONAME on most other systems. By changing the testcase we get same restult on all known platforms. PR-URL: https://github.com/nodejs/node/pull/5099 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>v7.x
Natanael Copa
9 years ago
committed by
Rod Vagg
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue