mirror of https://github.com/c-ares/c-ares.git
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 Closes #138pull/141/head
parent
611a5ef938
commit
0ef4a0c64b
2 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue