From dafdde7fa6a2fb0f9efe4172613a63c53cd0741e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20B=C3=A9ky?= Date: Wed, 31 Jul 2019 11:24:19 -0400 Subject: [PATCH] post-base index is not relative index --- draft-ietf-quic-qpack.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index daa77f930b..a26df09563 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -131,8 +131,8 @@ Absolute Index: Base: -: A reference point for relative indices. Dynamic references are made relative - to a Base in header blocks. +: A reference point for relative and post-base indices. References to dynamic + table entries in header blocks are relative to a Base. Insert Count: @@ -945,7 +945,7 @@ the Base; setting Delta Base to zero is the most efficient encoding. For example, with a Required Insert Count of 9, a decoder receives a S bit of 1 and a Delta Base of 2. This sets the Base to 6 and enables post-base indexing -for three entries. In this example, a regular index of 1 refers to the 5th +for three entries. In this example, a relative index of 1 refers to the 5th entry that was added to the table; a post-base index of 1 refers to the 8th entry.