Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Script updating gh-pages from c77258a. [ci skip]
  • Loading branch information
ID Bot committed Mar 10, 2020
1 parent 56ee0bd commit a0d618f
Show file tree
Hide file tree
Showing 3 changed files with 1,685 additions and 1,684 deletions.
11 changes: 6 additions & 5 deletions draft-ietf-quic-qpack.html
Expand Up @@ -1474,11 +1474,12 @@ <h4 id="name-blocked-decoding">
greater than or equal to the Required Insert Count for all header blocks the
decoder has started reading from the stream.<a href="#section-2.2.1-2" class="pilcrow"></a></p>
<p id="section-2.2.1-3">When processing header blocks, the decoder expects the Required Insert Count to
exactly match the value defined in <a href="#blocked-streams" class="xref">Section 2.1.2</a>. If it encounters a
smaller value than expected, it MUST treat this as a connection error of type
QPACK_DECOMPRESSION_FAILED; see <a href="#invalid-references" class="xref">Section 2.2.3</a>. If it encounters a
larger value than expected, it MAY treat this as a connection error of type
QPACK_DECOMPRESSION_FAILED.<a href="#section-2.2.1-3" class="pilcrow"></a></p>
equal the lowest possible value for the Insert Count with which the header block
can be decoded, as prescribed in <a href="#blocked-streams" class="xref">Section 2.1.2</a>. If it encounters a
Required Insert Count smaller than expected, it MUST treat this as a connection
error of type QPACK_DECOMPRESSION_FAILED; see <a href="#invalid-references" class="xref">Section 2.2.3</a>. If it
encounters a Required Insert Count larger than expected, it MAY treat this as a
connection error of type QPACK_DECOMPRESSION_FAILED.<a href="#section-2.2.1-3" class="pilcrow"></a></p>
</section>
</div>
<div id="state-synchronization">
Expand Down
20 changes: 10 additions & 10 deletions draft-ietf-quic-qpack.txt
Expand Up @@ -478,11 +478,13 @@ Internet-Draft QPACK March 2020
stream.

When processing header blocks, the decoder expects the Required
Insert Count to exactly match the value defined in Section 2.1.2. If
it encounters a smaller value than expected, it MUST treat this as a
connection error of type QPACK_DECOMPRESSION_FAILED; see
Section 2.2.3. If it encounters a larger value than expected, it MAY
treat this as a connection error of type QPACK_DECOMPRESSION_FAILED.
Insert Count to equal the lowest possible value for the Insert Count
with which the header block can be decoded, as prescribed in
Section 2.1.2. If it encounters a Required Insert Count smaller than
expected, it MUST treat this as a connection error of type
QPACK_DECOMPRESSION_FAILED; see Section 2.2.3. If it encounters a
Required Insert Count larger than expected, it MAY treat this as a
connection error of type QPACK_DECOMPRESSION_FAILED.

2.2.2. State Synchronization

Expand All @@ -496,8 +498,6 @@ Internet-Draft QPACK March 2020
(Section 4.4.1). A stream may carry multiple header blocks in the
case of intermediate responses, trailers, and pushed requests. The
encoder interprets each Header Acknowledgement instruction as
acknowledging the earliest unacknowledged header block containing
dynamic table references sent on the given stream.



Expand All @@ -506,6 +506,9 @@ Krasic, et al. Expires 11 September 2020 [Page 9]
Internet-Draft QPACK March 2020


acknowledging the earliest unacknowledged header block containing
dynamic table references sent on the given stream.

2.2.2.2. Abandonment of a Stream

When an endpoint receives a stream reset before the end of a stream
Expand Down Expand Up @@ -554,9 +557,6 @@ Internet-Draft QPACK March 2020






Krasic, et al. Expires 11 September 2020 [Page 10]

Internet-Draft QPACK March 2020
Expand Down

0 comments on commit a0d618f

Please sign in to comment.