Skip to content

Commit

Permalink
Script updating gh-pages from 3c60c7e. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Jan 26, 2021
1 parent 678d5a1 commit 59ca796
Show file tree
Hide file tree
Showing 14 changed files with 3,730 additions and 3,631 deletions.
325 changes: 171 additions & 154 deletions http/bk_nits/draft-ietf-quic-http.html

Large diffs are not rendered by default.

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

QUIC M. Bishop, Ed.
Internet-Draft Akamai
Intended status: Standards Track 22 January 2021
Expires: 26 July 2021
Intended status: Standards Track 26 January 2021
Expires: 30 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 26 July 2021.
This Internet-Draft will expire on 30 July 2021.

Copyright Notice

Expand Down Expand Up @@ -2128,8 +2128,9 @@ Table of Contents
also maintain some resources for a TCP connection beyond the closing
of the stream that carries the CONNECT request, since the outgoing
TCP connection remains in the TIME_WAIT state. Therefore, a proxy
might delay increasing the QUIC stream limits to account for the
resources consumed by CONNECT requests.
that supports CONNECT might be more conservative in the number of
simultaneous requests it accepts or might delay increasing the QUIC
stream limits after a TCP connection terminates.

10.6. Use of Compression

Expand Down Expand Up @@ -2555,13 +2556,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, 22 January 2021,
Internet-Draft, draft-ietf-quic-qpack, 26 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, 22 January
Internet-Draft, draft-ietf-quic-transport, 26 January
2021,
<https://tools.ietf.org/html/draft-ietf-quic-transport>.

Expand Down Expand Up @@ -2699,9 +2700,10 @@ A.1. Streams
equivalent concurrency to HTTP/2, depending on the expected usage
patterns.

In HTTP/2, only request and response bodies (DATA frames) are subject
to flow control. All HTTP/3 frames are sent on QUIC streams, so all
frames on all streams are flow-controlled in HTTP/3.
In HTTP/2, only request and response bodies (the frame payload of
DATA frames) are subject to flow control. All HTTP/3 frames are sent
on QUIC streams, so all frames on all streams are flow-controlled in
HTTP/3.

Due to the presence of other unidirectional stream types, HTTP/3 does
not rely exclusively on the number of concurrent unidirectional
Expand Down
60 changes: 38 additions & 22 deletions http/bk_nits/draft-ietf-quic-invariants.html
Expand Up @@ -25,7 +25,7 @@
lxml 4.5.0
pycountry 19.8.18
pyflakes 2.1.1
PyYAML 5.3.1
PyYAML 5.4.1
requests 2.22.0
setuptools 45.2.0
six 1.14.0
Expand All @@ -41,7 +41,23 @@
--link-color: #2a6496;
--highlight-color: #f9f9f9;
--line-color: #eee;
--pilcrow-weak: #ddd;
--pilcrow-strong: #bbb;
--small-font-size: 14.5px;
scrollbar-color: #bbb #eee;
}
@media (prefers-color-scheme: dark) {
html {
--background-color: #121212;
--text-color: #f0f0f0;
--title-color: #fff;
--link-color: #4da4f0;
--highlight-color: #282828;
--line-color: #444;
--pilcrow-weak: #444;
--pilcrow-strong: #666;
scrollbar-color: #777 #333;
}
}
body {
max-width: 600px;
Expand Down Expand Up @@ -332,14 +348,14 @@
opacity: 0.2;
user-select: none;
}
a.pilcrow[href] { color: #ddd; }
a.pilcrow[href] { color: var(--pilcrow-weak); }
a.pilcrow[href]:hover { text-decoration: none; }
@media screen {
@media not print {
:hover > a.pilcrow {
opacity: 1;
}
a.pilcrow[href]:hover {
color: #bbb;
color: var(--pilcrow-strong);
background-color: transparent;
}
}
Expand Down Expand Up @@ -825,7 +841,7 @@
</tr></thead>
<tfoot><tr>
<td class="left">Thomson</td>
<td class="center">Expires 26 July 2021</td>
<td class="center">Expires 30 July 2021</td>
<td class="right">[Page]</td>
</tr></tfoot>
</table>
Expand All @@ -838,12 +854,12 @@
<dd class="internet-draft">draft-ietf-quic-invariants</dd>
<dt class="label-published">Published:</dt>
<dd class="published">
<time datetime="2021-01-22" class="published">22 January 2021</time>
<time datetime="2021-01-26" class="published">26 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-26">26 July 2021</time></dd>
<dd class="expires"><time datetime="2021-07-30">30 July 2021</time></dd>
<dt class="label-authors">Author:</dt>
<dd class="authors">
<div class="author">
Expand Down Expand Up @@ -889,7 +905,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 26 July 2021.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
This Internet-Draft will expire on 30 July 2021.<a href="#section-boilerplate.1-4" class="pilcrow"></a></p>
</section>
</div>
<div id="copyright">
Expand Down Expand Up @@ -917,20 +933,20 @@ <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="compact toc ulEmpty">
<li class="compact toc ulEmpty" id="section-toc.1-1.1">
<nav class="toc"><ul class="ulEmpty toc compact">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty" id="section-toc.1-1.2">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty" id="section-toc.1-1.3">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty" id="section-toc.1-1.4">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty" id="section-toc.1-1.5">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty">
<li class="compact toc ulEmpty" id="section-toc.1-1.5.2.1">
Expand All @@ -947,16 +963,16 @@ <h2 id="name-copyright-notice">
</li>
</ul>
</li>
<li class="compact toc ulEmpty" id="section-toc.1-1.6">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty" id="section-toc.1-1.7">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty" id="section-toc.1-1.8">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty" id="section-toc.1-1.9">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty">
<li class="compact toc ulEmpty" id="section-toc.1-1.9.2.1">
Expand All @@ -967,10 +983,10 @@ <h2 id="name-copyright-notice">
</li>
</ul>
</li>
<li class="compact toc ulEmpty" id="section-toc.1-1.10">
<li class="ulEmpty toc compact" 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="compact toc ulEmpty" id="section-toc.1-1.11">
<li class="ulEmpty toc compact" 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 @@ -1327,11 +1343,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-22" class="refDate">22 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-26" class="refDate">26 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-22" class="refDate">22 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-26" class="refDate">26 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 http/bk_nits/draft-ietf-quic-invariants.txt
Expand Up @@ -4,8 +4,8 @@

QUIC M. Thomson
Internet-Draft Mozilla
Intended status: Standards Track 22 January 2021
Expires: 26 July 2021
Intended status: Standards Track 26 January 2021
Expires: 30 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 26 July 2021.
This Internet-Draft will expire on 30 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, 22 January 2021,
Internet-Draft, draft-ietf-quic-tls, 26 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, 22 January
Internet-Draft, draft-ietf-quic-transport, 26 January
2021,
<https://tools.ietf.org/html/draft-ietf-quic-transport>.

Expand Down

0 comments on commit 59ca796

Please sign in to comment.