Skip to content
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

Implementations have limits #4823

Merged
merged 2 commits into from
Feb 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions draft-ietf-quic-qpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,10 @@ has to set a limit to the length it accepts for string literals; see
{{string-literals}}. These limits SHOULD be large enough to process the
largest individual field the HTTP implementation can be configured to accept.

If an implementation encounters a value larger than it is able to decode,
this MUST be treated as a stream error of QPACK_DECOMPRESSION_FAILED.
If an implementation encounters a value larger than it is able to decode, this
MUST be treated as a stream error of type QPACK_DECOMPRESSION_FAILED if on a
request stream, or a connection error of the appropriate type if on the encoder
or decoder stream.


# IANA Considerations
Expand Down