From ab8e1c3c238009cfb25d15ac37d8461d8f4b870a Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Wed, 30 May 2018 12:30:46 +1000 Subject: [PATCH] Dynamic table resize doesn't get acknowledged Closes #1365. --- draft-ietf-quic-qpack.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index 53210d4081..d6a94c23d9 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -473,7 +473,10 @@ decoder. Reducing the maximum size of the dynamic table can cause entries to be evicted (see Section 4.3 of [RFC7541]). This MUST NOT cause the eviction of entries -with outstanding references (see {{reference-tracking}}). +with outstanding references (see {{reference-tracking}}). Changing the size of +the dynamic table is not acknowledged as this instruction does not insert an +entry. + ## QPACK Decoder Stream {#feedback}