-
Notifications
You must be signed in to change notification settings - Fork 52
API for Reliable Resets #667
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
Conversation
This also goes through and cleans up all the mess around RESET_STREAM. It's not perfect: we are now using that term (RESET_STREAM) to refer to a RESET_STREAM_AT frame (h3) or a WT_RESET_STREAM capsule (h2). Closes w3c#654.
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.
Thanks, this looks great.
We've been calling it checkpoint()
in discussions but commit()
WFM!
One fix needed I think
Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
I've added the committed offset to the abort algorithm as it should have had previously. The "Reset" operation that it invokes doesn't have a clean API, so I wasn't able to trace that any further though. Over to you. |
Note this will likely need a rebase as #669 is cleaning this up. But this should be enough to get |
Meeting:
|
Already done in c69ff24, merging. |
SHA: 3e3629d Reason: push, by jan-ivar Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This also goes through and cleans up all the mess around RESET_STREAM. It's not perfect: we are now using that term (RESET_STREAM) to refer to a RESET_STREAM_AT frame (h3) or a WT_RESET_STREAM capsule (h2).
Closes #654.
Preview | Diff