-
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
Support for CLOSE_FRAME #531
Comments
Probably the IETF draft needs to be revised to specify the behavior about CLOSE_FRAME first, then the W3C spec refers the behavior? cc/ @vasilvv |
Well, there are two questions: |
+1. IIUC CLOSE_FRAME is useful to associate streams to a WebTransport session reliably. I'm not sure there are concrete use cases for applications. |
For something like partial reliability (e.g. setting a timer and sending a reset if it expires), I don't think reliable reset makes sense. If you're giving up on a frame, you don't care if part of it is sent reliably. So it wasn't clear to me why MoQ would need reliable reset. |
Meeting:
|
We now have: https://datatracker.ietf.org/doc/draft-ietf-quic-reliable-stream-reset/
What changes (if any) should be made to the API to support this?
The text was updated successfully, but these errors were encountered: