-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
WIP: Add HTTP/3 support #3925
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
WIP: Add HTTP/3 support #3925
Conversation
7b03467 to
afc9bfa
Compare
d597788 to
6bb179c
Compare
Rafael-Conde
commented
Oct 30, 2025
@seanmonstar Hi there!
I've followed the http3 support discussions, and end up here. I've been thinking about contributing.
TBH, I haven't done an implementation like this, but I've seen in the PR that you introduced the impl blocks with todo!()s in the implementations.
I think I could study the architecture and maybe I could pull off some implementation, with your review, something useful might come out of it.
Do you have any plans for the next step so I could try to work in sync with you?
I'll soon make an attempt at it
@Rafael-Conde I don't personally have plans to focus on this PR at least this year, but if you'd like to try to make progress, you're welcome :)
Rafael-Conde
commented
Oct 31, 2025
@seanmonstar Ok then! Can I iterate in the implementation with your feedback reviewing it?
I'll likely fall into pitfalls due to the lack of experience in this area, but I'll try my best here.
This starts HTTP/3 support, making use of the traits in #3924, and integrating
h3intohyper::proto::h3.It is not complete or working. I have divided attention, but figured I'd publish what I have working so far, in an effort to allow others to add on top of it. I'll keep this as a draft until it's close to working.
To make the diff easier to see, I'm making the target the
quicbranch. Note to self: switch it back before merging.cc #1818