Skip to content

dns: consistently add hostname

Rodrigo Muino Tomonari requested to merge github/fork/BridgeAR/add-hostname into master

Right now the hostname could in some cases be missed, depending on the libuv error number. This makes sure there the hostname is always added, if available.

This currently relies on https://github.com/nodejs/node/pull/19719 and I am going to rebase the PR as soon as that lands.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading