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

Bump for WebTransport #148

Closed
TroyKomodo opened this issue Nov 21, 2022 · 3 comments
Closed

Bump for WebTransport #148

TroyKomodo opened this issue Nov 21, 2022 · 3 comments

Comments

@TroyKomodo
Copy link

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.

@D1plo1d
Copy link

D1plo1d commented Nov 26, 2022

@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:

master...D1plo1d:h3:webtransport-best-attempt#diff-3c80710a05f2e4cedfab749962e12c594ed9b1ec8b88d2c8712d4b22d2e81060R118

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:

  • Add settings (ENABLE_WEB_TRANSPORT and SETTINGS_ENABLE_CONNECT_PROTOCOL)
  • On CONNECT requests establish a new WebTransport session
  • Add the WebTransport frame types

@ten3roberts
Copy link
Contributor

Is the proposed webtransport implementation still relevant?

It would be great to see Webtransport support land in h3

@seanmonstar
Copy link
Member

To prevent splitting the conversation, I'm going to close this and refer anyone interested to #71.

It would be great to see Webtransport support land in h3

The timeless open source advice applies here: be the change you want to see 😁

@seanmonstar seanmonstar closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants