Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests on Node 20 #301

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Fix tests on Node 20 #301

merged 1 commit into from
Oct 13, 2023

Conversation

jsumners
Copy link
Member

https://github.com/nodejs/node/pull/45597/files#diff-2464899ab38c61dd42654fdb9658c75989cb6883b9c9d76613872a12d3fe2780R1036 introduces a requirement that all incoming requests must have a Host header included. This is a breaking change in Node v20 that affects our test suite, and blocks #300. The change in this PR fixes it.

@jsumners jsumners merged commit 520964c into next Oct 13, 2023
5 checks passed
@jsumners jsumners deleted the fix-node20-test branch October 13, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant