From e6b2a06632165e199a201c3a6e5e8e258741eac9 Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Wed, 18 Jul 2018 17:21:35 -0400 Subject: [PATCH] Fix: ACKs permit encoder to evict, not to avoid eviction --- draft-ietf-quic-qpack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index d49f940158..e5a2340c9e 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -294,8 +294,8 @@ track the decoder's state. These events are: - Receipt of new dynamic table entries Regardless of whether a header block contained blocking references, the -knowledge that it was processed successfully permits the encoder to avoid -evicting entries while references remain outstanding; see {{blocked-eviction}}. +knowledge that it was processed successfully permits the encoder to evict +entries to which no unacknowledged references remain; see {{blocked-eviction}}. When a stream is reset or abandoned, the indication that these header blocks will never be processed serves a similar function; see {{stream-cancellation}}.