Skip to content

Commit

Permalink
Script updating gh-pages from d090d4d. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jul 17, 2019
1 parent 2296042 commit 445c7dd
Show file tree
Hide file tree
Showing 13 changed files with 1,736 additions and 1,736 deletions.
14 changes: 7 additions & 7 deletions draft-ietf-quic-http.html
Expand Up @@ -384,7 +384,7 @@

<meta name="dct.creator" content="Bishop, M., Ed." />
<meta name="dct.identifier" content="urn:ietf:id:draft-ietf-quic-http-latest" />
<meta name="dct.issued" scheme="ISO8601" content="2019-07-16" />
<meta name="dct.issued" scheme="ISO8601" content="2019-07-17" />
<meta name="dct.abstract" content="The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment. This document describes a mapping of HTTP semantics over QUIC. This document also identifies HTTP/2 features that are subsumed by QUIC, and describes how HTTP/2 extensions can be ported to HTTP/3." />
<meta name="description" content="The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment. This document describes a mapping of HTTP semantics over QUIC. This document also identifies HTTP/2 features that are subsumed by QUIC, and describes how HTTP/2 extensions can be ported to HTTP/3." />

Expand All @@ -405,10 +405,10 @@
</tr>
<tr>
<td class="left">Intended status: Standards Track</td>
<td class="right">July 16, 2019</td>
<td class="right">July 17, 2019</td>
</tr>
<tr>
<td class="left">Expires: January 17, 2020</td>
<td class="left">Expires: January 18, 2020</td>
<td class="right"></td>
</tr>

Expand All @@ -428,7 +428,7 @@ <h1 id="rfc.status"><a href="#rfc.status">Status of This Memo</a></h1>
<p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p>
<p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.</p>
<p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."</p>
<p>This Internet-Draft will expire on January 17, 2020.</p>
<p>This Internet-Draft will expire on January 18, 2020.</p>
<h1 id="rfc.copyrightnotice"><a href="#rfc.copyrightnotice">Copyright Notice</a></h1>
<p>Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
<p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.</p>
Expand Down Expand Up @@ -2036,15 +2036,15 @@ <h2 id="rfc.appendix.A.4">
<dt>INTERNAL_ERROR (0x2):</dt>
<dd style="margin-left: 8">HTTP_INTERNAL_ERROR in <a href="#http-error-codes" class="xref">Section 8.1</a>.</dd>
<dt>FLOW_CONTROL_ERROR (0x3):</dt>
<dd style="margin-left: 8">Not applicable, since QUIC handles flow control. Would provoke a QUIC_FLOW_CONTROL_RECEIVED_TOO_MUCH_DATA from the QUIC layer.</dd>
<dd style="margin-left: 8">Not applicable, since QUIC handles flow control.</dd>
<dt>SETTINGS_TIMEOUT (0x4):</dt>
<dd style="margin-left: 8">Not applicable, since no acknowledgement of SETTINGS is defined.</dd>
<dt>STREAM_CLOSED (0x5):</dt>
<dd style="margin-left: 8">Not applicable, since QUIC handles stream management. Would provoke a QUIC_STREAM_DATA_AFTER_TERMINATION from the QUIC layer.</dd>
<dd style="margin-left: 8">Not applicable, since QUIC handles stream management.</dd>
<dt>FRAME_SIZE_ERROR (0x6):</dt>
<dd style="margin-left: 8">HTTP_MALFORMED_FRAME error codes defined in <a href="#http-error-codes" class="xref">Section 8.1</a>.</dd>
<dt>REFUSED_STREAM (0x7):</dt>
<dd style="margin-left: 8">HTTP_REQUEST_REJECTED (in <a href="#http-error-codes" class="xref">Section 8.1</a>) is used to indicate that a request was not processed. Otherwise, not applicable because QUIC handles stream management. A STREAM_ID_ERROR at the QUIC layer is used for streams that are improperly opened.</dd>
<dd style="margin-left: 8">HTTP_REQUEST_REJECTED (in <a href="#http-error-codes" class="xref">Section 8.1</a>) is used to indicate that a request was not processed. Otherwise, not applicable because QUIC handles stream management.</dd>
<dt>CANCEL (0x8):</dt>
<dd style="margin-left: 8">HTTP_REQUEST_CANCELLED in <a href="#http-error-codes" class="xref">Section 8.1</a>.</dd>
<dt>COMPRESSION_ERROR (0x9):</dt>
Expand Down

0 comments on commit 445c7dd

Please sign in to comment.