From 59ca79614de7afd542e94a33d2afbd34fa915d7f Mon Sep 17 00:00:00 2001 From: ID Bot Date: Tue, 26 Jan 2021 15:34:21 +0000 Subject: [PATCH] Script updating gh-pages from 3c60c7ef. [ci skip] --- http/bk_nits/draft-ietf-quic-http.html | 325 +- http/bk_nits/draft-ietf-quic-http.txt | 22 +- http/bk_nits/draft-ietf-quic-invariants.html | 60 +- http/bk_nits/draft-ietf-quic-invariants.txt | 10 +- http/bk_nits/draft-ietf-quic-qpack.html | 258 +- http/bk_nits/draft-ietf-quic-qpack.txt | 10 +- http/bk_nits/draft-ietf-quic-recovery.html | 286 +- http/bk_nits/draft-ietf-quic-recovery.txt | 10 +- http/bk_nits/draft-ietf-quic-tls.html | 286 +- http/bk_nits/draft-ietf-quic-tls.txt | 12 +- http/bk_nits/draft-ietf-quic-transport.html | 42 +- http/bk_nits/draft-ietf-quic-transport.txt | 12 +- http/bk_nits/index.html | 38 +- index.html | 5990 +++++++++--------- 14 files changed, 3730 insertions(+), 3631 deletions(-) diff --git a/http/bk_nits/draft-ietf-quic-http.html b/http/bk_nits/draft-ietf-quic-http.html index 3f5a5aff5c..d949a5977e 100644 --- a/http/bk_nits/draft-ietf-quic-http.html +++ b/http/bk_nits/draft-ietf-quic-http.html @@ -28,7 +28,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 @@ -44,7 +44,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; @@ -335,14 +351,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; } } @@ -828,7 +844,7 @@ Bishop -Expires 26 July 2021 +Expires 30 July 2021 [Page] @@ -841,12 +857,12 @@
draft-ietf-quic-http
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Author:
@@ -903,7 +919,7 @@

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.

@@ -4176,11 +4193,11 @@

[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, , <https://tools.ietf.org/html/draft-ietf-quic-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, , <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, , <https://tools.ietf.org/html/draft-ietf-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, , <https://tools.ietf.org/html/draft-ietf-quic-transport>.
[RFC0793]
@@ -4305,9 +4322,9 @@

of time. HTTP/3 servers might choose to permit a larger number of concurrent client-initiated bidirectional streams to achieve 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 streams to control the number of concurrent in-flight pushes. Instead, HTTP/3 clients use the diff --git a/http/bk_nits/draft-ietf-quic-http.txt b/http/bk_nits/draft-ietf-quic-http.txt index 1ee93d8815..9b383c7404 100644 --- a/http/bk_nits/draft-ietf-quic-http.txt +++ b/http/bk_nits/draft-ietf-quic-http.txt @@ -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) @@ -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 @@ -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 @@ -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, . [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, . @@ -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 diff --git a/http/bk_nits/draft-ietf-quic-invariants.html b/http/bk_nits/draft-ietf-quic-invariants.html index 41ce2b0f6e..a7f4b9a329 100644 --- a/http/bk_nits/draft-ietf-quic-invariants.html +++ b/http/bk_nits/draft-ietf-quic-invariants.html @@ -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 @@ -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; @@ -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; } } @@ -825,7 +841,7 @@ Thomson -Expires 26 July 2021 +Expires 30 July 2021 [Page] @@ -838,12 +854,12 @@

draft-ietf-quic-invariants
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Author:
@@ -889,7 +905,7 @@

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.

[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, , <https://tools.ietf.org/html/draft-ietf-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, , <https://tools.ietf.org/html/draft-ietf-quic-transport>.

[RFC5116]
diff --git a/http/bk_nits/draft-ietf-quic-invariants.txt b/http/bk_nits/draft-ietf-quic-invariants.txt index b8130f0132..6e300ea5c6 100644 --- a/http/bk_nits/draft-ietf-quic-invariants.txt +++ b/http/bk_nits/draft-ietf-quic-invariants.txt @@ -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 @@ -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 @@ -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, . [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, . diff --git a/http/bk_nits/draft-ietf-quic-qpack.html b/http/bk_nits/draft-ietf-quic-qpack.html index 57c4754503..c2ca463e1e 100644 --- a/http/bk_nits/draft-ietf-quic-qpack.html +++ b/http/bk_nits/draft-ietf-quic-qpack.html @@ -28,7 +28,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 @@ -44,7 +44,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; @@ -335,14 +351,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; } } @@ -828,7 +844,7 @@ Krasic, et al. -Expires 26 July 2021 +Expires 30 July 2021 [Page] @@ -841,12 +857,12 @@
draft-ietf-quic-qpack
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Authors:
@@ -902,7 +918,7 @@

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.

[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, , <https://tools.ietf.org/html/draft-ietf-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, , <https://tools.ietf.org/html/draft-ietf-quic-transport>.
[RFC2119]
@@ -3812,8 +3828,8 @@

Appendix D. Change Log

-
[RFC2119]
diff --git a/http/bk_nits/draft-ietf-quic-recovery.txt b/http/bk_nits/draft-ietf-quic-recovery.txt index bdd21f5ec0..27a4640fc4 100644 --- a/http/bk_nits/draft-ietf-quic-recovery.txt +++ b/http/bk_nits/draft-ietf-quic-recovery.txt @@ -5,8 +5,8 @@ QUIC J. Iyengar, Ed. Internet-Draft Fastly Intended status: Standards Track I. Swett, Ed. -Expires: 26 July 2021 Google - 22 January 2021 +Expires: 30 July 2021 Google + 26 January 2021 QUIC Loss Detection and Congestion Control @@ -43,7 +43,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 @@ -1330,13 +1330,13 @@ Table of Contents [QUIC-TLS] Thomson, M., Ed. and S. Turner, Ed., "Using TLS to Secure QUIC", Work in Progress, Internet-Draft, draft-ietf-quic- - tls, 22 January 2021, + tls, 26 January 2021, . [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, . diff --git a/http/bk_nits/draft-ietf-quic-tls.html b/http/bk_nits/draft-ietf-quic-tls.html index 654cc9fec0..cb863274f0 100644 --- a/http/bk_nits/draft-ietf-quic-tls.html +++ b/http/bk_nits/draft-ietf-quic-tls.html @@ -26,7 +26,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 @@ -42,7 +42,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; @@ -333,14 +349,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; } } @@ -826,7 +842,7 @@ Thomson & Turner -Expires 26 July 2021 +Expires 30 July 2021 [Page] @@ -839,12 +855,12 @@
draft-ietf-quic-tls
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Authors:
@@ -896,7 +912,7 @@

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.

[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, , <https://tools.ietf.org/html/draft-ietf-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, , <https://tools.ietf.org/html/draft-ietf-quic-transport>.
[RFC2119]
@@ -3492,7 +3508,7 @@

[QUIC-HTTP]
-Bishop, M., Ed., "Hypertext Transfer Protocol Version 3 (HTTP/3)", Work in Progress, Internet-Draft, draft-ietf-quic-http, , <https://tools.ietf.org/html/draft-ietf-quic-http>.
+Bishop, M., Ed., "Hypertext Transfer Protocol Version 3 (HTTP/3)", Work in Progress, Internet-Draft, draft-ietf-quic-http, , <https://tools.ietf.org/html/draft-ietf-quic-http>.

[RFC2818]
diff --git a/http/bk_nits/draft-ietf-quic-tls.txt b/http/bk_nits/draft-ietf-quic-tls.txt index be91d8d96c..a29df71519 100644 --- a/http/bk_nits/draft-ietf-quic-tls.txt +++ b/http/bk_nits/draft-ietf-quic-tls.txt @@ -5,8 +5,8 @@ QUIC M. Thomson, Ed. Internet-Draft Mozilla Intended status: Standards Track S. Turner, Ed. -Expires: 26 July 2021 sn3rd - 22 January 2021 +Expires: 30 July 2021 sn3rd + 26 January 2021 Using TLS to Secure QUIC @@ -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 @@ -2240,13 +2240,13 @@ Table of Contents [QUIC-RECOVERY] Iyengar, J., Ed. and I. Swett, Ed., "QUIC Loss Detection and Congestion Control", Work in Progress, Internet-Draft, - draft-ietf-quic-recovery, 22 January 2021, + draft-ietf-quic-recovery, 26 January 2021, . [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, . @@ -2329,7 +2329,7 @@ Table of Contents [QUIC-HTTP] Bishop, M., Ed., "Hypertext Transfer Protocol Version 3 (HTTP/3)", Work in Progress, Internet-Draft, draft-ietf- - quic-http, 22 January 2021, + quic-http, 26 January 2021, . [RFC2818] Rescorla, E., "HTTP Over TLS", RFC 2818, diff --git a/http/bk_nits/draft-ietf-quic-transport.html b/http/bk_nits/draft-ietf-quic-transport.html index 82e4798e60..c342a5a90d 100644 --- a/http/bk_nits/draft-ietf-quic-transport.html +++ b/http/bk_nits/draft-ietf-quic-transport.html @@ -31,7 +31,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 @@ -47,7 +47,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; @@ -338,14 +354,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; } } @@ -831,7 +847,7 @@ Iyengar & Thomson -Expires 26 July 2021 +Expires 30 July 2021 [Page] @@ -844,12 +860,12 @@
draft-ietf-quic-transport
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Authors:
@@ -913,7 +929,7 @@

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.

[QUIC-RECOVERY]
-Iyengar, J., Ed. and I. Swett, Ed., "QUIC Loss Detection and Congestion Control", Work in Progress, Internet-Draft, draft-ietf-quic-recovery, , <https://tools.ietf.org/html/draft-ietf-quic-recovery>.
+Iyengar, J., Ed. and I. Swett, Ed., "QUIC Loss Detection and Congestion Control", Work in Progress, Internet-Draft, draft-ietf-quic-recovery, , <https://tools.ietf.org/html/draft-ietf-quic-recovery>.
[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, , <https://tools.ietf.org/html/draft-ietf-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, , <https://tools.ietf.org/html/draft-ietf-quic-tls>.
[RFC1191]
@@ -10917,8 +10933,8 @@

Appendix B. Change Log

-