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

Please consider supporting WebTransport over http/2 #231

Open
joshtriplett opened this issue Oct 30, 2024 · 2 comments
Open

Please consider supporting WebTransport over http/2 #231

joshtriplett opened this issue Oct 30, 2024 · 2 comments
Labels

Comments

@joshtriplett
Copy link
Contributor

There's a draft standard for WebTransport over HTTP/2. This exists primarily for environments that reject HTTP/3 (e.g. restrictive corporate firewalls).

Please consider adding support for this in the future, to allow using WebTransport in more cases.

@StinkySteak
Copy link

does the WebTransport on HTTP/2 support datagram (UDP)?

@joshtriplett
Copy link
Contributor Author

@StinkySteak No; WebTransport over HTTP/2 only supports reliable transport, so the datagram functionality would need to return an error when attempted. This is why browser implementations of WebTransport indicate to JavaScript code using them whether they support unreliable or only reliable transports.

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

No branches or pull requests

3 participants