-
Notifications
You must be signed in to change notification settings - Fork 50
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
Specify WebTransport initialization in more detail #217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall!
Question: How does See slide 21 here for potential options for how the server indication could work. Otherwise, LGTM. |
That depends on the resolution of ietf-wg-webtrans/draft-ietf-webtrans-http3#34. When I was writing this I was imagining |
@yutakahirano Sounds good. |
) This is for #128. - Introduce WebTransportOptions.dedicated. - Initialize a connection with https://fetch.spec.whatwg.org/#concept-connection-obtain. - (Bonus) Introduce WebTransport.Closed and reject it when the connection establishment fails. SHA: 02a7570 Reason: push, by @yutakahirano Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This is for #128.
https://fetch.spec.whatwg.org/#concept-connection-obtain.
Preview | Diff