-
Notifications
You must be signed in to change notification settings - Fork 87
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
Bump for WebTransport #148
Comments
@TroyKomodo I am also interested in getting WebTransport support in h3. I got a bit ahead of myself and tried a naive approach of just adding the WebTransport-relevant settings the other day: I wasn't able to connect to the H3 WebTransport from Chrome but I did see some strange Settings frames coming in before the connections timed out (it looks like the second half of the settings are missing when compared with what Quiche receives from Chrome / WebTransport? Any idea why this would happen?). What are the high level things that would need to get done in order to bring WebTransport support to h3? So far I imagine we'll need to:
|
Is the proposed webtransport implementation still relevant? It would be great to see Webtransport support land in |
To prevent splitting the conversation, I'm going to close this and refer anyone interested to #71.
The timeless open source advice applies here: be the change you want to see 😁 |
https://web.dev/webtransport
https://w3c.github.io/webtransport/
https://datatracker.ietf.org/doc/html/draft-ietf-webtrans-http3
Related to #71 and #129
Chrome 97 has released (we are currently on 107)
Perhaps its time to reconsider the implementation for WebTransport.
I do not mind helping with the implementation.
The text was updated successfully, but these errors were encountered: