Skip to content

Commit

Permalink
Script updating gh-pages from c712182. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jan 15, 2020
1 parent 4e10379 commit 526f03e
Show file tree
Hide file tree
Showing 13 changed files with 1,636 additions and 1,635 deletions.
41 changes: 21 additions & 20 deletions client-goaway/draft-ietf-quic-http.html
Expand Up @@ -822,7 +822,7 @@
</tr></thead>
<tfoot><tr>
<td class="left">Bishop</td>
<td class="center">Expires 16 July 2020</td>
<td class="center">Expires 18 July 2020</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -835,12 +835,12 @@
<dd class="internet-draft">draft-ietf-quic-http-latest</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2020-01-13" class="published">13 January 2020</time>
<time datetime="2020-01-15" class="published">15 January 2020</time>
</dd>
<dt class="label-intended-status">Intended Status:</dt>
<dd class="intended-status">Standards Track</dd>
<dt class="label-expires">Expires:</dt>
<dd class="expires"><time datetime="2020-07-16">16 July 2020</time></dd>
<dd class="expires"><time datetime="2020-07-18">18 July 2020</time></dd>
<dt class="label-authors">Author:</dt>
<dd class="authors">
<div class="author">
Expand Down Expand Up @@ -890,7 +890,7 @@ <h2 id="name-status-of-this-memo">
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."<a href="#section-boilerplate.1-3" class="pilcrow"></a></p>
<p id="section-boilerplate.1-4">
This Internet-Draft will expire on 16 July 2020.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 18 July 2020.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -1909,21 +1909,22 @@ <h3 id="name-connection-shutdown">
ID. Requests or pushes with the indicated identifier or greater are rejected by
the sender of the GOAWAY. This identifier MAY be zero if no requests or pushes
were processed.<a href="#section-5.2-1" class="pilcrow"></a></p>
<p id="section-5.2-2">The information in the GOAWAY enables a client and server to agree on which
requests or pushes were accepted prior to the connection shutdown. Endpoints
SHOULD abruptly terminate any requests or pushes that have identifiers greater
than or equal to the smallest identifier sent in a GOAWAY frame.<a href="#section-5.2-2" class="pilcrow"></a></p>
<p id="section-5.2-3">Endpoints MUST NOT initiate new requests or pushes on the connection with an
identifier greater than or equal to the smallest identifier received in a GOAWAY
frame. Clients MAY establish a new connection to send additional requests.<a href="#section-5.2-3" class="pilcrow"></a></p>
<p id="section-5.2-2">The information in the GOAWAY frame enables a client and server to agree on
which requests or pushes were accepted prior to the connection shutdown.
Endpoints SHOULD abruptly terminate any requests or pushes that have identifiers
greater than or equal to the smallest identifier sent in a GOAWAY frame.<a href="#section-5.2-2" class="pilcrow"></a></p>
<p id="section-5.2-3">Endpoints MUST NOT initiate new requests or promise new pushes on the connection
after receipt of a GOAWAY frame from the peer. Clients MAY establish a new
connection to send additional requests.<a href="#section-5.2-3" class="pilcrow"></a></p>
<p id="section-5.2-4">Some requests or pushes might already be in transit. If the endpoint has already
sent requests or pushes with an identifier greater than or equal to that
received in a GOAWAY frame, those requests or pushes will not be processed;
sent requests or promised pushes with an identifier greater than or equal to
that received in a GOAWAY frame, those requests or pushes will not be processed;
requests MAY be retried by the client on a different connection. The endpoint
that initiated these requests or pushes MAY cancel them. It is RECOMMENDED that
the receiving endpoint explicitly reject such requests (see
<a href="#request-cancellation" class="xref">Section 4.1.2</a>) or pushes (see <a href="#frame-cancel-push" class="xref">Section 7.2.3</a>) in order to
clean up transport state for the affected streams.<a href="#section-5.2-4" class="pilcrow"></a></p>
clean up transport state for the affected streams. Pushes which have been
promised MAY still be fulfilled by the server.<a href="#section-5.2-4" class="pilcrow"></a></p>
<p id="section-5.2-5">Requests on Stream IDs less than the Stream ID in a GOAWAY frame from the server
might have been processed; their status cannot be known until a response is
received, the stream is reset individually, or the connection terminates.
Expand All @@ -1950,8 +1951,8 @@ <h3 id="name-connection-shutdown">
ensures that a connection can be cleanly shut down without losing requests.<a href="#section-5.2-7" class="pilcrow"></a></p>
<p id="section-5.2-8">A client has more flexibility in the value it chooses for the Push ID in a
GOAWAY that it sends. A value of 2^62 - 1 indicates that the server can
continue initiating pushes to complete outstanding requests, and the client can
continue granting push credit as needed (see <a href="#frame-max-push-id" class="xref">Section 7.2.7</a>). A smaller
continue fulfilling pushes which have already been promised, and the client can
continue granting push credit as needed (see <a href="#frame-max-push-id" class="xref">Section 7.2.7</a>). A smaller
value indicates the client will reject pushes with Push IDs greater than or
equal to this value. Like the server, the client MAY send subsequent GOAWAY
frames so long as the specified Push ID is strictly smaller than all previously
Expand All @@ -1974,8 +1975,8 @@ <h3 id="name-immediate-application-closu">
This results in sending a QUIC CONNECTION_CLOSE frame to the peer; the error
code in this frame indicates to the peer why the connection is being closed.
See <a href="#errors" class="xref">Section 8</a> for error codes which can be used when closing a connection.<a href="#section-5.3-1" class="pilcrow"></a></p>
<p id="section-5.3-2">Before closing the connection, a GOAWAY MAY be sent to allow the client to retry
some requests. Including the GOAWAY frame in the same packet as the QUIC
<p id="section-5.3-2">Before closing the connection, a GOAWAY frame MAY be sent to allow the client to
retry some requests. Including the GOAWAY frame in the same packet as the QUIC
CONNECTION_CLOSE frame improves the chances of the frame being received by
clients.<a href="#section-5.3-2" class="pilcrow"></a></p>
</section>
Expand Down Expand Up @@ -3497,10 +3498,10 @@ <h3 id="name-normative-references">
<span class="refAuthor">Belshe, M.</span><span class="refAuthor">, Peon, R.</span><span class="refAuthor">, and M. Thomson, Ed.</span>, <span class="refTitle">"Hypertext Transfer Protocol Version 2 (HTTP/2)"</span>, <span class="seriesInfo">RFC 7540</span>, <span class="seriesInfo">DOI 10.17487/RFC7540</span>, <time datetime="2015-05">May 2015</time>, <span>&lt;<a href="https://www.rfc-editor.org/info/rfc7540">https://www.rfc-editor.org/info/rfc7540</a>&gt;</span>. </dd>
<dt id="QPACK">[QPACK]</dt>
<dd>
<span class="refAuthor">Krasic, C.</span><span class="refAuthor">, Bishop, M.</span><span class="refAuthor">, and A. Frindell, Ed.</span>, <span class="refTitle">"QPACK: Header Compression for HTTP over QUIC"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-quic-qpack-latest</span>, <time datetime="2020-01-13">13 January 2020</time>, <span>&lt;<a href="https://tools.ietf.org/html/draft-ietf-quic-qpack-latest">https://tools.ietf.org/html/draft-ietf-quic-qpack-latest</a>&gt;</span>. </dd>
<span class="refAuthor">Krasic, C.</span><span class="refAuthor">, Bishop, M.</span><span class="refAuthor">, and A. Frindell, Ed.</span>, <span class="refTitle">"QPACK: Header Compression for HTTP over QUIC"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-quic-qpack-latest</span>, <time datetime="2020-01-15">15 January 2020</time>, <span>&lt;<a href="https://tools.ietf.org/html/draft-ietf-quic-qpack-latest">https://tools.ietf.org/html/draft-ietf-quic-qpack-latest</a>&gt;</span>. </dd>
<dt id="QUIC-TRANSPORT">[QUIC-TRANSPORT]</dt>
<dd>
<span class="refAuthor">Iyengar, J., Ed.</span><span class="refAuthor"> and M. Thomson, Ed.</span>, <span class="refTitle">"QUIC: A UDP-Based Multiplexed and Secure Transport"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-quic-transport-latest</span>, <time datetime="2020-01-13">13 January 2020</time>, <span>&lt;<a href="https://tools.ietf.org/html/draft-ietf-quic-transport-latest">https://tools.ietf.org/html/draft-ietf-quic-transport-latest</a>&gt;</span>. </dd>
<span class="refAuthor">Iyengar, J., Ed.</span><span class="refAuthor"> and M. Thomson, Ed.</span>, <span class="refTitle">"QUIC: A UDP-Based Multiplexed and Secure Transport"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-quic-transport-latest</span>, <time datetime="2020-01-15">15 January 2020</time>, <span>&lt;<a href="https://tools.ietf.org/html/draft-ietf-quic-transport-latest">https://tools.ietf.org/html/draft-ietf-quic-transport-latest</a>&gt;</span>. </dd>
<dt id="RFC0793">[RFC0793]</dt>
<dd>
<span class="refAuthor">Postel, J.</span>, <span class="refTitle">"Transmission Control Protocol"</span>, <span class="seriesInfo">STD 7</span>, <span class="seriesInfo">RFC 793</span>, <span class="seriesInfo">DOI 10.17487/RFC0793</span>, <time datetime="1981-09">September 1981</time>, <span>&lt;<a href="https://www.rfc-editor.org/info/rfc793">https://www.rfc-editor.org/info/rfc793</a>&gt;</span>. </dd>
Expand Down

0 comments on commit 526f03e

Please sign in to comment.