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(astro/core/app/node): support http2 requests #7215

Merged
merged 2 commits into from
Jun 2, 2023

Conversation

bmenant
Copy link
Contributor

@bmenant bmenant commented May 25, 2023

Changes

Testing

This actually needs tests and I’d like to add some, but I do need some direction on where actually are the tests for the core/app/node pieces.
Plus it seems I can’t get a test environment up and running (loads of errors at build).

Docs

No change to user’s behavior.

@changeset-bot
Copy link

changeset-bot bot commented May 25, 2023

🦋 Changeset detected

Latest commit: 21e4a92

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added the pkg: astro Related to the core `astro` package (scope) label May 25, 2023
Copy link
Member

@bluwy bluwy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go ahead with this first then, we can add the tests for it later. Thanks for the PR!

@bluwy bluwy merged commit 6e27f2f into withastro:main Jun 2, 2023
@astrobot-houston astrobot-houston mentioned this pull request Jun 2, 2023
@bmenant bmenant deleted the fix/http2-node-request branch June 19, 2023 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSR Nodejs (middleware): HTTP2 requests have an undefined hostname
2 participants