You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
hostis different fromhostnamein that it may contain a port number. For example:However,
http.request({options})treats both fields ashostnameand attempts an invalid DNS lookup when given ahostwith a port. For example:> Error: getaddrinfo ENOTFOUND localhost:8080 at errnoException (dns.js:44:10) at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:94:26)