Skip to content

Commit

Permalink
Caution
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Aug 18, 2020
1 parent f05864f commit 4bdcea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-ietf-quic-qpack.md
Expand Up @@ -1368,7 +1368,8 @@ additional state memory on the encoder.
An encoder allocates memory to track all dynamic table references in
unacknowledged representations. Implementations can directly limit the amount
of state memory by only using as many references to the dynamic table as it
wishes to track; no signaling to the decoder is required.
wishes to track; no signaling to the decoder is required. However, limiting
references to the dynamic table will reduce compression effectiveness.

The amount of temporary memory consumed by an encoder or decoder can be limited
by processing header fields sequentially. A decoder implementation does not need
Expand Down

0 comments on commit 4bdcea5

Please sign in to comment.