From e13f8a386fa68d860ca7af05bc1a45711a5fb169 Mon Sep 17 00:00:00 2001 From: Mike Bishop Date: Tue, 10 May 2022 10:09:01 -0400 Subject: [PATCH] Reword "to the encoder" --- rfc9204.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rfc9204.md b/rfc9204.md index 74330725ae..4ebcb4b41b 100644 --- a/rfc9204.md +++ b/rfc9204.md @@ -204,8 +204,8 @@ QPACK preserves the ordering of field lines within each field section. An encoder MUST emit field representations in the order they appear in the input field section. -QPACK is designed to contain the more complex state tracking to the encoder, -while the decoder is relatively simple. +QPACK is designed to place the burden of optional state tracking on the encoder, +resulting in relatively simple decoders. ### Limits on Dynamic Table Insertions {#blocked-insertion}