-
-
Notifications
You must be signed in to change notification settings - Fork 42
Adds WebTransport over HTTP/3 support #621
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #621 +/- ##
==========================================
- Coverage 61.66% 8.42% -53.24%
==========================================
Files 385 153 -232
Lines 31081 12375 -18706
==========================================
- Hits 19165 1043 -18122
+ Misses 11916 11332 -584
... and 316 files with indirect coverage changes
🚀 New features to boost your workflow:
|
🚀 Preview Deployments
|
43af514 to
8632fbc
Compare
|
This looks good, are there no webtransport rust client implementations? |
|
Perhaps we could do tests with https://docs.rs/web-transport/latest/web_transport/struct.Client.html |
Sounds good, in this PR or should I create a ticket for it? |
7aee21e to
bb0fbc2
Compare
This pr perhaps @SimaoMoreira5228 can do it? |
Enables handling of WebTransport sessions, uni- and bidirectional streams, and updates dependencies and Bazel integration for WebTransport crate.
Introduces WebTransport session management with unified handling for bidirectional streams, unidirectional streams, and datagrams over HTTP/3. Improves WebTransport demo to showcase datagram echo and logging, and refactors backend logic to simplify session integration.
This reverts commit 8632fbc.
Similar to #637
a2138ea to
f4267a7
Compare
Enables handling of WebTransport sessions, uni- and bidirectional streams, and updates dependencies and Bazel integration for WebTransport crate. should solve CLOUD-38