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

support HTTP/1.1 vs HTTP/2 protocol negotiation for client connections #483

Open
pjfanning opened this issue Feb 12, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@pjfanning
Copy link
Contributor

Aim would be to request a HTTP/2 client connection but to allow failover to HTTP/1.1 if the server-side does not support HTTP/2.

See https://pekko.apache.org/docs/pekko-http/current/client-side/http2.html#http-2-over-tls - which says:

Apache Pekko HTTP does not currently support protocol negotiation to fall back to HTTP/1.1 for this API. When the server does not support HTTP/2, the stream will fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant