mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
50e580df21
Original commit message: gethostbyaddr: fail with `ECANCELLED` for `ares_cancel()` When `ares_cancel()` was invoked, `ares_gethostbyaddr()` queries would fail with `ENOTFOUND` instead of `ECANCELLED`. It seems appropriate to treat `ares_cancel()` like `ares_destroy()`, but I would appreciate review of the correctness of this change. Ref: https://github.com/nodejs/node/issues/14814 Fixes: https://github.com/nodejs/node/issues/14814 PR-URL: https://github.com/nodejs/node/pull/15023 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> |
||
---|---|---|
.. | ||
build | ||
config | ||
include | ||
src | ||
.gitignore | ||
android-configure | ||
build.mk | ||
cares.gyp | ||
common.gypi | ||
get_ver.awk | ||
gyp_cares | ||
LICENSE.md | ||
Makefile |