diff --git a/draft-ietf-quic-http.html b/draft-ietf-quic-http.html index f12f9bbcbd..e6736b1e62 100644 --- a/draft-ietf-quic-http.html +++ b/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,8 +44,22 @@ --link-color: #2a6496; --highlight-color: #f9f9f9; --line-color: #eee; + --pilcrow-weak: #ddd; + --pilcrow-strong: #bbb; --small-font-size: 14.5px; } +@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; +} +} body { max-width: 600px; margin: 75px auto; @@ -335,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; } } @@ -828,7 +842,7 @@ Bishop -Expires 26 July 2021 +Expires 29 July 2021 [Page] @@ -841,12 +855,12 @@
draft-ietf-quic-http
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Author:
@@ -903,7 +917,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 29 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>.
[RFC0793]
diff --git a/draft-ietf-quic-http.txt b/draft-ietf-quic-http.txt index cdacaf6fd8..4ad7df3ddc 100644 --- a/draft-ietf-quic-http.txt +++ b/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 25 January 2021 +Expires: 29 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 29 July 2021. Copyright Notice @@ -596,8 +596,8 @@ Table of Contents SHOULD begin processing partial HTTP messages once enough of the message has been received to make progress. If a client-initiated stream terminates without enough of the HTTP message to provide a - complete response, the server SHOULD abort its response with the - error code H3_REQUEST_INCOMPLETE; see Section 8. + complete response, the server SHOULD abort its response stream with + the error code H3_REQUEST_INCOMPLETE; see Section 8. A server can send a complete response prior to the client sending an entire request if the response does not depend on any portion of the @@ -2534,13 +2534,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, 25 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, 25 January 2021, . diff --git a/draft-ietf-quic-invariants.html b/draft-ietf-quic-invariants.html index 31ccb3b61d..560d30bdaa 100644 --- a/draft-ietf-quic-invariants.html +++ b/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,8 +41,22 @@ --link-color: #2a6496; --highlight-color: #f9f9f9; --line-color: #eee; + --pilcrow-weak: #ddd; + --pilcrow-strong: #bbb; --small-font-size: 14.5px; } +@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; +} +} body { max-width: 600px; margin: 75px auto; @@ -332,14 +346,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 +839,7 @@ Thomson -Expires 26 July 2021 +Expires 29 July 2021 [Page] @@ -838,12 +852,12 @@
draft-ietf-quic-invariants
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Author:
@@ -889,7 +903,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 29 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/draft-ietf-quic-invariants.txt b/draft-ietf-quic-invariants.txt index b8130f0132..ae9122f2f2 100644 --- a/draft-ietf-quic-invariants.txt +++ b/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 25 January 2021 +Expires: 29 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 29 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, 25 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, 25 January 2021, . diff --git a/draft-ietf-quic-qpack.html b/draft-ietf-quic-qpack.html index 68ae4d2f1b..a3b354b9b2 100644 --- a/draft-ietf-quic-qpack.html +++ b/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,8 +44,22 @@ --link-color: #2a6496; --highlight-color: #f9f9f9; --line-color: #eee; + --pilcrow-weak: #ddd; + --pilcrow-strong: #bbb; --small-font-size: 14.5px; } +@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; +} +} body { max-width: 600px; margin: 75px auto; @@ -335,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; } } @@ -828,7 +842,7 @@ Krasic, et al. -Expires 26 July 2021 +Expires 29 July 2021 [Page] @@ -841,12 +855,12 @@
draft-ietf-quic-qpack
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Authors:
@@ -902,7 +916,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 29 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]
diff --git a/draft-ietf-quic-qpack.txt b/draft-ietf-quic-qpack.txt index 03e1e11860..b91edd020f 100644 --- a/draft-ietf-quic-qpack.txt +++ b/draft-ietf-quic-qpack.txt @@ -5,10 +5,10 @@ QUIC C. Krasic Internet-Draft Netflix Intended status: Standards Track M. Bishop -Expires: 26 July 2021 Akamai Technologies +Expires: 29 July 2021 Akamai Technologies A. Frindell, Ed. Facebook - 22 January 2021 + 25 January 2021 QPACK: Header Compression for HTTP/3 @@ -47,7 +47,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 29 July 2021. Copyright Notice @@ -1531,13 +1531,13 @@ Table of Contents [HTTP3] Bishop, M., Ed., "Hypertext Transfer Protocol Version 3 (HTTP/3)", Work in Progress, Internet-Draft, draft-ietf- - quic-http, 22 January 2021, + quic-http, 25 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, 25 January 2021, . diff --git a/draft-ietf-quic-recovery.html b/draft-ietf-quic-recovery.html index 72640c61f0..558677a58c 100644 --- a/draft-ietf-quic-recovery.html +++ b/draft-ietf-quic-recovery.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,8 +42,22 @@ --link-color: #2a6496; --highlight-color: #f9f9f9; --line-color: #eee; + --pilcrow-weak: #ddd; + --pilcrow-strong: #bbb; --small-font-size: 14.5px; } +@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; +} +} body { max-width: 600px; margin: 75px auto; @@ -333,14 +347,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 +840,7 @@ Iyengar & Swett -Expires 26 July 2021 +Expires 29 July 2021 [Page] @@ -839,12 +853,12 @@
draft-ietf-quic-recovery
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Authors:
@@ -896,7 +910,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 29 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]
diff --git a/draft-ietf-quic-recovery.txt b/draft-ietf-quic-recovery.txt index bdd21f5ec0..e1138a30a2 100644 --- a/draft-ietf-quic-recovery.txt +++ b/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: 29 July 2021 Google + 25 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 29 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, 25 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, 25 January 2021, . diff --git a/draft-ietf-quic-tls.html b/draft-ietf-quic-tls.html index ded4108b81..79828013d6 100644 --- a/draft-ietf-quic-tls.html +++ b/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,8 +42,22 @@ --link-color: #2a6496; --highlight-color: #f9f9f9; --line-color: #eee; + --pilcrow-weak: #ddd; + --pilcrow-strong: #bbb; --small-font-size: 14.5px; } +@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; +} +} body { max-width: 600px; margin: 75px auto; @@ -333,14 +347,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 +840,7 @@ Thomson & Turner -Expires 26 July 2021 +Expires 29 July 2021 [Page] @@ -839,12 +853,12 @@
draft-ietf-quic-tls
Published:
- +
Intended Status:
Standards Track
Expires:
-
+
Authors:
@@ -896,7 +910,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 29 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 +3506,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]
@@ -4037,8 +4051,8 @@

Appendix C. Change Log

-
[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 +10931,8 @@

Appendix B. Change Log

-