From edd98c6af550d7dbd3852665b551f4286d37984c Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Thu, 19 Jul 2018 22:46:48 -0400 Subject: [PATCH] Do not use undefined term "successful processing" Change phrasing to use clearer verbiage --- 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..d021e23d76 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -289,12 +289,12 @@ SHOULD treat this as a stream error of type HTTP_QPACK_DECOMPRESSION_FAILED. The decoder stream signals key events at the decoder that permit the encoder to track the decoder's state. These events are: -- Successful processing of a header block +- Complete processing of a header block - Abandonment of a stream which might have remaining header blocks - 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 +knowledge that it has been processed permits the encoder to avoid evicting entries while references remain outstanding; 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}}.