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: add support for http2 #1404

Merged
merged 1 commit into from
Nov 1, 2024
Merged

fix: add support for http2 #1404

merged 1 commit into from
Nov 1, 2024

Conversation

TheOrangePuff
Copy link
Contributor

Description of the proposed changes

Despite the AWS docs saying this value is quote: "Maximum HTTP version to support". This is a lie 👎

What it actually means is what the HTTP version should be with a fallback to version 1.1. If you want HTTP3 to fallback to HTTP2 you must explicitly define that.

I can't think of a situation where we'd only want HTTP3 but not HTTP2 so I think this is a reasonable default.

Notes to reviewers

🛈 When you've finished leaving feedback, please add a final comment to the PR tagging the author, letting them know that you have finished leaving feedback

Copy link
Contributor

@crispy101 crispy101 left a comment

Choose a reason for hiding this comment

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

LGTM

@TheOrangePuff TheOrangePuff merged commit 38c32dc into main Nov 1, 2024
1 check passed
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.

2 participants