We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
undici/lib/interceptor/dns.js
Line 361 in 503ad76
I believe this should be using host instead of hostname... otherwise we will strip the port...
host
hostname
The text was updated successfully, but these errors were encountered:
@metcoder95
Sorry, something went wrong.
Agree, missed that completely 👍
fix(#3937): respect correct host header
d7ec3b6
fix(#3937): respect correct host header (#3940)
81416fc
* fix(#3937): respect correct host header * Update test/interceptors/dns.js Co-authored-by: Matteo Collina <hello@matteocollina.com> --------- Co-authored-by: Matteo Collina <hello@matteocollina.com>
Successfully merging a pull request may close this issue.
undici/lib/interceptor/dns.js
Line 361 in 503ad76
I believe this should be using
host
instead ofhostname
... otherwise we will strip the port...The text was updated successfully, but these errors were encountered: