-
Notifications
You must be signed in to change notification settings - Fork 205
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
QPACK wording fix: decoders dont receive resets #2014
QPACK wording fix: decoders dont receive resets #2014
Conversation
draft-ietf-quic-qpack.md
Outdated
Cancellations, because the encoder cannot have any dynamic table references. | ||
dynamic table references. An endpoint that receives a stream reset before | ||
the end of a stream generates a Stream Cancellation instruction on the | ||
decoder stream. Similarly, a decoder that abandons reading of a stream needs |
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.
Maybe you need to change here as well? i.e. "a decoder that abandons" -> "an endpoint that abandons"
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.
Good point -- I'll modify this part as well.
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.
Subject to @kazuho's amendment, LGTM.
Can you resolve the conflicts? Probably the whole section moved. |
No description provided.