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 http1 not being enabled in tls #96

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

triktron
Copy link
Contributor

The hyper_rustls builder had only HTTP/2 enabled, which caused failures when connecting to HTTPS servers that don't support HTTP/2.
Changing enable_http2 to enable_all_versions, allowing fallback to earlier HTTP versions and resolving the issue.

@mayuki
Copy link
Member

mayuki commented Sep 24, 2024

Thank you for your contribution! Looks good to me.

@mayuki mayuki merged commit 73d513a into Cysharp:main Sep 24, 2024
14 checks passed
mayuki added a commit that referenced this pull request Sep 24, 2024
mayuki added a commit that referenced this pull request Sep 24, 2024
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