Skip to content

Commit

Permalink
Script updating gh-pages from babd29d. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jan 14, 2021
1 parent 97eed56 commit bcf19db
Show file tree
Hide file tree
Showing 13 changed files with 4,609 additions and 4,600 deletions.
320 changes: 161 additions & 159 deletions draft-ietf-quic-http.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions draft-ietf-quic-http.txt
Expand Up @@ -4,8 +4,8 @@

QUIC M. Bishop, Ed.
Internet-Draft Akamai
Intended status: Standards Track 13 January 2021
Expires: 17 July 2021
Intended status: Standards Track 14 January 2021
Expires: 18 July 2021


Hypertext Transfer Protocol Version 3 (HTTP/3)
Expand Down Expand Up @@ -51,7 +51,7 @@ 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."

This Internet-Draft will expire on 17 July 2021.
This Internet-Draft will expire on 18 July 2021.

Copyright Notice

Expand Down Expand Up @@ -2512,8 +2512,8 @@ Table of Contents

[CACHING] Fielding, R., Nottingham, M., and J. Reschke, "HTTP
Caching", Work in Progress, Internet-Draft, draft-ietf-
httpbis-cache-13, 14 December 2020, <http://www.ietf.org/
internet-drafts/draft-ietf-httpbis-cache-13.txt>.
httpbis-cache-14, 12 January 2021, <http://www.ietf.org/
internet-drafts/draft-ietf-httpbis-cache-14.txt>.

[HTTP-REPLAY]
Thomson, M., Nottingham, M., and W. Tarreau, "Using Early
Expand All @@ -2522,13 +2522,13 @@ Table of Contents

[QPACK] Krasic, C., Bishop, M., and A. Frindell, Ed., "QPACK:
Header Compression for HTTP over QUIC", Work in Progress,
Internet-Draft, draft-ietf-quic-qpack, 13 January 2021,
Internet-Draft, draft-ietf-quic-qpack, 14 January 2021,
<https://tools.ietf.org/html/draft-ietf-quic-qpack>.

[QUIC-TRANSPORT]
Iyengar, J., Ed. and M. Thomson, Ed., "QUIC: A UDP-Based
Multiplexed and Secure Transport", Work in Progress,
Internet-Draft, draft-ietf-quic-transport, 13 January
Internet-Draft, draft-ietf-quic-transport, 14 January
2021,
<https://tools.ietf.org/html/draft-ietf-quic-transport>.

Expand Down Expand Up @@ -2574,9 +2574,9 @@ Table of Contents
[SEMANTICS]
Fielding, R., Nottingham, M., and J. Reschke, "HTTP
Semantics", Work in Progress, Internet-Draft, draft-ietf-
httpbis-semantics-13, 14 December 2020,
httpbis-semantics-14, 12 January 2021,
<http://www.ietf.org/internet-drafts/draft-ietf-httpbis-
semantics-13.txt>.
semantics-14.txt>.

[URI] Berners-Lee, T., Fielding, R., and L. Masinter, "Uniform
Resource Identifier (URI): Generic Syntax", STD 66,
Expand All @@ -2601,8 +2601,8 @@ Table of Contents

[HTTP11] Fielding, R., Nottingham, M., and J. Reschke, "HTTP/1.1",
Work in Progress, Internet-Draft, draft-ietf-httpbis-
messaging-13, 14 December 2020, <http://www.ietf.org/
internet-drafts/draft-ietf-httpbis-messaging-13.txt>.
messaging-14, 12 January 2021, <http://www.ietf.org/
internet-drafts/draft-ietf-httpbis-messaging-14.txt>.

[HTTP2] Belshe, M., Peon, R., and M. Thomson, Ed., "Hypertext
Transfer Protocol Version 2 (HTTP/2)", RFC 7540,
Expand Down
68 changes: 35 additions & 33 deletions draft-ietf-quic-invariants.html
Expand Up @@ -259,10 +259,6 @@
vertical-align: text-bottom;
padding-bottom: 8px;
}
table {
display: inline-block;
overflow-x: auto;
}
}

/* aside, blockquote */
Expand Down Expand Up @@ -333,19 +329,25 @@
/* pilcrow */
a.pilcrow {
margin-left: 3px;
visibility: hidden;
opacity: 0.2;
user-select: none;
}
a.pilcrow[href] { color: #ddd; }
a.pilcrow[href]:hover { text-decoration: none; }
@media screen {
:hover > a.pilcrow {
visibility: visible;
opacity: 1;
}
a.pilcrow:hover {
a.pilcrow[href]:hover {
color: #bbb;
background-color: transparent;
}
}
@media print {
a.pilcrow {
display: none;
}
}

/* misc */
hr {
Expand Down Expand Up @@ -823,7 +825,7 @@
</tr></thead>
<tfoot><tr>
<td class="left">Thomson</td>
<td class="center">Expires 17 July 2021</td>
<td class="center">Expires 18 July 2021</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -836,12 +838,12 @@
<dd class="internet-draft">draft-ietf-quic-invariants</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2021-01-13" class="published">13 January 2021</time>
<time datetime="2021-01-14" class="published">14 January 2021</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="2021-07-17">17 July 2021</time></dd>
<dd class="expires"><time datetime="2021-07-18">18 July 2021</time></dd>
<dt class="label-authors">Author:</dt>
<dd class="authors">
<div class="author">
Expand Down Expand Up @@ -887,7 +889,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 17 July 2021.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 18 July 2021.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -915,60 +917,60 @@ <h2 id="name-copyright-notice">
<a href="#" onclick="scroll(0,0)" class="toplink"></a><h2 id="name-table-of-contents">
<a href="#name-table-of-contents" class="section-name selfRef">Table of Contents</a>
</h2>
<nav class="toc"><ul class="ulEmpty compact toc">
<li class="ulEmpty compact toc" id="section-toc.1-1.1">
<nav class="toc"><ul class="toc compact ulEmpty">
<li class="toc compact ulEmpty" id="section-toc.1-1.1">
<p id="section-toc.1-1.1.1" class="keepWithNext"><a href="#section-1" class="xref">1</a>.  <a href="#name-an-extremely-abstract-descr" class="xref">An Extremely Abstract Description of QUIC</a><a href="#section-toc.1-1.1.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.2">
<li class="toc compact ulEmpty" id="section-toc.1-1.2">
<p id="section-toc.1-1.2.1" class="keepWithNext"><a href="#section-2" class="xref">2</a>.  <a href="#name-fixed-properties-of-all-qui" class="xref">Fixed Properties of All QUIC Versions</a><a href="#section-toc.1-1.2.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.3">
<li class="toc compact ulEmpty" id="section-toc.1-1.3">
<p id="section-toc.1-1.3.1" class="keepWithNext"><a href="#section-3" class="xref">3</a>.  <a href="#name-conventions-and-definitions" class="xref">Conventions and Definitions</a><a href="#section-toc.1-1.3.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.4">
<li class="toc compact ulEmpty" id="section-toc.1-1.4">
<p id="section-toc.1-1.4.1"><a href="#section-4" class="xref">4</a>.  <a href="#name-notational-conventions" class="xref">Notational Conventions</a><a href="#section-toc.1-1.4.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.5">
<li class="toc compact ulEmpty" id="section-toc.1-1.5">
<p id="section-toc.1-1.5.1"><a href="#section-5" class="xref">5</a>.  <a href="#name-quic-packets" class="xref">QUIC Packets</a><a href="#section-toc.1-1.5.1" class="pilcrow"></a></p>
<ul class="ulEmpty compact toc">
<li class="ulEmpty compact toc" id="section-toc.1-1.5.2.1">
<ul class="toc compact ulEmpty">
<li class="toc compact ulEmpty" id="section-toc.1-1.5.2.1">
<p id="section-toc.1-1.5.2.1.1"><a href="#section-5.1" class="xref">5.1</a>.  <a href="#name-long-header" class="xref">Long Header</a><a href="#section-toc.1-1.5.2.1.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.5.2.2">
<li class="toc compact ulEmpty" id="section-toc.1-1.5.2.2">
<p id="section-toc.1-1.5.2.2.1"><a href="#section-5.2" class="xref">5.2</a>.  <a href="#name-short-header" class="xref">Short Header</a><a href="#section-toc.1-1.5.2.2.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.5.2.3">
<li class="toc compact ulEmpty" id="section-toc.1-1.5.2.3">
<p id="section-toc.1-1.5.2.3.1"><a href="#section-5.3" class="xref">5.3</a>.  <a href="#name-connection-id" class="xref">Connection ID</a><a href="#section-toc.1-1.5.2.3.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.5.2.4">
<li class="toc compact ulEmpty" id="section-toc.1-1.5.2.4">
<p id="section-toc.1-1.5.2.4.1"><a href="#section-5.4" class="xref">5.4</a>.  <a href="#name-version" class="xref">Version</a><a href="#section-toc.1-1.5.2.4.1" class="pilcrow"></a></p>
</li>
</ul>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.6">
<li class="toc compact ulEmpty" id="section-toc.1-1.6">
<p id="section-toc.1-1.6.1"><a href="#section-6" class="xref">6</a>.  <a href="#name-version-negotiation" class="xref">Version Negotiation</a><a href="#section-toc.1-1.6.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.7">
<li class="toc compact ulEmpty" id="section-toc.1-1.7">
<p id="section-toc.1-1.7.1"><a href="#section-7" class="xref">7</a>.  <a href="#name-security-and-privacy-consid" class="xref">Security and Privacy Considerations</a><a href="#section-toc.1-1.7.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.8">
<li class="toc compact ulEmpty" id="section-toc.1-1.8">
<p id="section-toc.1-1.8.1"><a href="#section-8" class="xref">8</a>.  <a href="#name-iana-considerations" class="xref">IANA Considerations</a><a href="#section-toc.1-1.8.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.9">
<li class="toc compact ulEmpty" id="section-toc.1-1.9">
<p id="section-toc.1-1.9.1"><a href="#section-9" class="xref">9</a>.  <a href="#name-references" class="xref">References</a><a href="#section-toc.1-1.9.1" class="pilcrow"></a></p>
<ul class="ulEmpty compact toc">
<li class="ulEmpty compact toc" id="section-toc.1-1.9.2.1">
<ul class="toc compact ulEmpty">
<li class="toc compact ulEmpty" id="section-toc.1-1.9.2.1">
<p id="section-toc.1-1.9.2.1.1"><a href="#section-9.1" class="xref">9.1</a>.  <a href="#name-normative-references" class="xref">Normative References</a><a href="#section-toc.1-1.9.2.1.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.9.2.2">
<li class="toc compact ulEmpty" id="section-toc.1-1.9.2.2">
<p id="section-toc.1-1.9.2.2.1"><a href="#section-9.2" class="xref">9.2</a>.  <a href="#name-informative-references" class="xref">Informative References</a><a href="#section-toc.1-1.9.2.2.1" class="pilcrow"></a></p>
</li>
</ul>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.10">
<li class="toc compact ulEmpty" id="section-toc.1-1.10">
<p id="section-toc.1-1.10.1"><a href="#section-appendix.a" class="xref">Appendix A</a>.  <a href="#name-incorrect-assumptions" class="xref">Incorrect Assumptions</a><a href="#section-toc.1-1.10.1" class="pilcrow"></a></p>
</li>
<li class="ulEmpty compact toc" id="section-toc.1-1.11">
<li class="toc compact ulEmpty" id="section-toc.1-1.11">
<p id="section-toc.1-1.11.1"><a href="#section-appendix.b" class="xref"></a><a href="#name-authors-address" class="xref">Author's Address</a><a href="#section-toc.1-1.11.1" class="pilcrow"></a></p>
</li>
</ul>
Expand Down Expand Up @@ -1325,11 +1327,11 @@ <h3 id="name-informative-references">
<dl class="references">
<dt id="QUIC-TLS">[QUIC-TLS]</dt>
<dd>
<span class="refAuthor">Thomson, M., Ed.</span><span class="refAuthor"> and S. Turner, Ed.</span>, <span class="refTitle">"Using Transport Layer Security (TLS) to Secure QUIC"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-quic-tls</span>, <time datetime="2021-01-13" class="refDate">13 January 2021</time>, <span>&lt;<a href="https://tools.ietf.org/html/draft-ietf-quic-tls">https://tools.ietf.org/html/draft-ietf-quic-tls</a>&gt;</span>. </dd>
<span class="refAuthor">Thomson, M., Ed.</span><span class="refAuthor"> and S. Turner, Ed.</span>, <span class="refTitle">"Using Transport Layer Security (TLS) to Secure QUIC"</span>, <span class="refContent">Work in Progress</span>, <span class="seriesInfo">Internet-Draft, draft-ietf-quic-tls</span>, <time datetime="2021-01-14" class="refDate">14 January 2021</time>, <span>&lt;<a href="https://tools.ietf.org/html/draft-ietf-quic-tls">https://tools.ietf.org/html/draft-ietf-quic-tls</a>&gt;</span>. </dd>
<dd class="break"></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</span>, <time datetime="2021-01-13" class="refDate">13 January 2021</time>, <span>&lt;<a href="https://tools.ietf.org/html/draft-ietf-quic-transport">https://tools.ietf.org/html/draft-ietf-quic-transport</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</span>, <time datetime="2021-01-14" class="refDate">14 January 2021</time>, <span>&lt;<a href="https://tools.ietf.org/html/draft-ietf-quic-transport">https://tools.ietf.org/html/draft-ietf-quic-transport</a>&gt;</span>. </dd>
<dd class="break"></dd>
<dt id="RFC5116">[RFC5116]</dt>
<dd>
Expand Down
10 changes: 5 additions & 5 deletions draft-ietf-quic-invariants.txt
Expand Up @@ -4,8 +4,8 @@

QUIC M. Thomson
Internet-Draft Mozilla
Intended status: Standards Track 13 January 2021
Expires: 17 July 2021
Intended status: Standards Track 14 January 2021
Expires: 18 July 2021


Version-Independent Properties of QUIC
Expand Down Expand Up @@ -42,7 +42,7 @@ 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."

This Internet-Draft will expire on 17 July 2021.
This Internet-Draft will expire on 18 July 2021.

Copyright Notice

Expand Down Expand Up @@ -379,13 +379,13 @@ Table of Contents

[QUIC-TLS] Thomson, M., Ed. and S. Turner, Ed., "Using Transport
Layer Security (TLS) to Secure QUIC", Work in Progress,
Internet-Draft, draft-ietf-quic-tls, 13 January 2021,
Internet-Draft, draft-ietf-quic-tls, 14 January 2021,
<https://tools.ietf.org/html/draft-ietf-quic-tls>.

[QUIC-TRANSPORT]
Iyengar, J., Ed. and M. Thomson, Ed., "QUIC: A UDP-Based
Multiplexed and Secure Transport", Work in Progress,
Internet-Draft, draft-ietf-quic-transport, 13 January
Internet-Draft, draft-ietf-quic-transport, 14 January
2021,
<https://tools.ietf.org/html/draft-ietf-quic-transport>.

Expand Down

0 comments on commit bcf19db

Please sign in to comment.