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

HTTP/3 support #38

Open
uatuko opened this issue Aug 30, 2024 · 0 comments
Open

HTTP/3 support #38

uatuko opened this issue Aug 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@uatuko
Copy link
Owner

uatuko commented Aug 30, 2024

HTTP/3 (with QUIC) promises significant efficiency gains over HTTP/2 which should be appealing for low latency applications. But there's no official spec for gRPC over HTTP/3 yet, although there's a draft (ref: grpc/grpc#19126).

We should explore the possibilities of supporting HTTP/3 along with HTTP/2. This might mean we have to do the client implementation as well (#35). What's the point in implementing HTTP/3 if no one can use it?

@uatuko uatuko added the enhancement New feature or request label Aug 30, 2024
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