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

Ensure that we don't offer http2 in ALPN #91

Closed
aturon opened this issue Nov 10, 2021 · 0 comments · Fixed by #100
Closed

Ensure that we don't offer http2 in ALPN #91

aturon opened this issue Nov 10, 2021 · 0 comments · Fixed by #100
Labels
feature-prod Related to matching the production C@E environment

Comments

@aturon
Copy link
Contributor

aturon commented Nov 10, 2021

Unfortunately, hyper-rustls's ALPN behavior is based on which Cargo features are enabled. To better match C@E behavior, we should avoid offering ALPN at all. We could do this either by landing a configuration option in hyper-rustls, or by just pulling in the bits of hyper-rustls we need (which are fairly minimal) and customizing the behavior directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-prod Related to matching the production C@E environment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant