From ac0672b5751a376699b47ab5d7de04791983752b Mon Sep 17 00:00:00 2001 From: Dmitri Tikhonov Date: Fri, 1 Jun 2018 16:46:05 -0400 Subject: [PATCH] qpack: move link to absolute-index to 1st Largest Reference mention --- draft-ietf-quic-qpack.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/draft-ietf-quic-qpack.md b/draft-ietf-quic-qpack.md index d6a94c23d9..2f3f954fad 100644 --- a/draft-ietf-quic-qpack.md +++ b/draft-ietf-quic-qpack.md @@ -224,10 +224,10 @@ d = count of entries dropped {: title="Dynamic Table Indexing - Post-Base References"} If the decoder encounters a reference to an entry which has already been dropped -from the table or which is greater than the declared Largest Reference, this -MUST be treated as a stream error of type `HTTP_QPACK_DECOMPRESSION_FAILED` -error code. If this reference occurs on the control stream, this MUST be -treated as a session error. +from the table or which is greater than the declared Largest Reference (see +{{absolute-index}}), this MUST be treated as a stream error of type +`HTTP_QPACK_DECOMPRESSION_FAILED` error code. If this reference occurs +on the control stream, this MUST be treated as a session error. ## Avoiding Head-of-Line Blocking in HTTP/QUIC {#overview-hol-avoidance} @@ -235,7 +235,7 @@ Because QUIC does not guarantee order between data on different streams, a header block might reference an entry in the dynamic table that has not yet been received. -Each header block contains a Largest Reference (see {{absolute-index}}) which +Each header block contains a Largest Reference which identifies the table state necessary for decoding. If the greatest absolute index in the dynamic table is less than the value of the Largest Reference, the stream is considered "blocked." While blocked, header field data should remain