From 445c7dd53cbd8a0e29c3fca676ee68783d59e361 Mon Sep 17 00:00:00 2001 From: ID Bot Date: Wed, 17 Jul 2019 13:14:36 +0000 Subject: [PATCH] Script updating gh-pages from d090d4d7. [ci skip] --- draft-ietf-quic-http.html | 14 +- draft-ietf-quic-http.txt | 184 +-- draft-ietf-quic-invariants.html | 8 +- draft-ietf-quic-invariants.txt | 24 +- draft-ietf-quic-qpack.html | 8 +- draft-ietf-quic-qpack.txt | 80 +- draft-ietf-quic-recovery.html | 8 +- draft-ietf-quic-recovery.txt | 88 +- draft-ietf-quic-tls.html | 8 +- draft-ietf-quic-tls.txt | 94 +- draft-ietf-quic-transport.html | 8 +- draft-ietf-quic-transport.txt | 302 ++-- index.html | 2646 +++++++++++++++---------------- 13 files changed, 1736 insertions(+), 1736 deletions(-) diff --git a/draft-ietf-quic-http.html b/draft-ietf-quic-http.html index 03411529a4..96c6a496cb 100644 --- a/draft-ietf-quic-http.html +++ b/draft-ietf-quic-http.html @@ -384,7 +384,7 @@ - + @@ -405,10 +405,10 @@ Intended status: Standards Track -July 16, 2019 +July 17, 2019 -Expires: January 17, 2020 +Expires: January 18, 2020 @@ -428,7 +428,7 @@

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

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/.

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."

-

This Internet-Draft will expire on January 17, 2020.

+

This Internet-Draft will expire on January 18, 2020.

Copyright Notice

Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.

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.

@@ -2036,15 +2036,15 @@

INTERNAL_ERROR (0x2):
HTTP_INTERNAL_ERROR in Section 8.1.
FLOW_CONTROL_ERROR (0x3):
-
Not applicable, since QUIC handles flow control. Would provoke a QUIC_FLOW_CONTROL_RECEIVED_TOO_MUCH_DATA from the QUIC layer.
+
Not applicable, since QUIC handles flow control.
SETTINGS_TIMEOUT (0x4):
Not applicable, since no acknowledgement of SETTINGS is defined.
STREAM_CLOSED (0x5):
-
Not applicable, since QUIC handles stream management. Would provoke a QUIC_STREAM_DATA_AFTER_TERMINATION from the QUIC layer.
+
Not applicable, since QUIC handles stream management.
FRAME_SIZE_ERROR (0x6):
HTTP_MALFORMED_FRAME error codes defined in Section 8.1.
REFUSED_STREAM (0x7):
-
HTTP_REQUEST_REJECTED (in Section 8.1) 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.
+
HTTP_REQUEST_REJECTED (in Section 8.1) is used to indicate that a request was not processed. Otherwise, not applicable because QUIC handles stream management.
CANCEL (0x8):
HTTP_REQUEST_CANCELLED in Section 8.1.
COMPRESSION_ERROR (0x9):
diff --git a/draft-ietf-quic-http.txt b/draft-ietf-quic-http.txt index f3155b0c37..96e4837dd9 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 July 16, 2019 -Expires: January 17, 2020 +Intended status: Standards Track July 17, 2019 +Expires: January 18, 2020 Hypertext Transfer Protocol Version 3 (HTTP/3) @@ -45,7 +45,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 January 17, 2020. + This Internet-Draft will expire on January 18, 2020. @@ -53,7 +53,7 @@ Status of This Memo -Bishop Expires January 17, 2020 [Page 1] +Bishop Expires January 18, 2020 [Page 1] Internet-Draft HTTP/3 July 2019 @@ -109,7 +109,7 @@ Table of Contents -Bishop Expires January 17, 2020 [Page 2] +Bishop Expires January 18, 2020 [Page 2] Internet-Draft HTTP/3 July 2019 @@ -160,12 +160,12 @@ Internet-Draft HTTP/3 July 2019 B.4. Since draft-ietf-quic-http-18 . . . . . . . . . . . . . . 56 B.5. Since draft-ietf-quic-http-17 . . . . . . . . . . . . . . 57 B.6. Since draft-ietf-quic-http-16 . . . . . . . . . . . . . . 57 - B.7. Since draft-ietf-quic-http-15 . . . . . . . . . . . . . . 58 + B.7. Since draft-ietf-quic-http-15 . . . . . . . . . . . . . . 57 B.8. Since draft-ietf-quic-http-14 . . . . . . . . . . . . . . 58 -Bishop Expires January 17, 2020 [Page 3] +Bishop Expires January 18, 2020 [Page 3] Internet-Draft HTTP/3 July 2019 @@ -221,7 +221,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 4] +Bishop Expires January 18, 2020 [Page 4] Internet-Draft HTTP/3 July 2019 @@ -277,7 +277,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 5] +Bishop Expires January 18, 2020 [Page 5] Internet-Draft HTTP/3 July 2019 @@ -333,7 +333,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 6] +Bishop Expires January 18, 2020 [Page 6] Internet-Draft HTTP/3 July 2019 @@ -389,7 +389,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 7] +Bishop Expires January 18, 2020 [Page 7] Internet-Draft HTTP/3 July 2019 @@ -445,7 +445,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 8] +Bishop Expires January 18, 2020 [Page 8] Internet-Draft HTTP/3 July 2019 @@ -501,7 +501,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 9] +Bishop Expires January 18, 2020 [Page 9] Internet-Draft HTTP/3 July 2019 @@ -557,7 +557,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 10] +Bishop Expires January 18, 2020 [Page 10] Internet-Draft HTTP/3 July 2019 @@ -613,7 +613,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 11] +Bishop Expires January 18, 2020 [Page 11] Internet-Draft HTTP/3 July 2019 @@ -669,7 +669,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 12] +Bishop Expires January 18, 2020 [Page 12] Internet-Draft HTTP/3 July 2019 @@ -725,7 +725,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 13] +Bishop Expires January 18, 2020 [Page 13] Internet-Draft HTTP/3 July 2019 @@ -781,7 +781,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 14] +Bishop Expires January 18, 2020 [Page 14] Internet-Draft HTTP/3 July 2019 @@ -837,7 +837,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 15] +Bishop Expires January 18, 2020 [Page 15] Internet-Draft HTTP/3 July 2019 @@ -893,7 +893,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 16] +Bishop Expires January 18, 2020 [Page 16] Internet-Draft HTTP/3 July 2019 @@ -949,7 +949,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 17] +Bishop Expires January 18, 2020 [Page 17] Internet-Draft HTTP/3 July 2019 @@ -1005,7 +1005,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 18] +Bishop Expires January 18, 2020 [Page 18] Internet-Draft HTTP/3 July 2019 @@ -1061,7 +1061,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 19] +Bishop Expires January 18, 2020 [Page 19] Internet-Draft HTTP/3 July 2019 @@ -1117,7 +1117,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 20] +Bishop Expires January 18, 2020 [Page 20] Internet-Draft HTTP/3 July 2019 @@ -1173,7 +1173,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 21] +Bishop Expires January 18, 2020 [Page 21] Internet-Draft HTTP/3 July 2019 @@ -1229,7 +1229,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 22] +Bishop Expires January 18, 2020 [Page 22] Internet-Draft HTTP/3 July 2019 @@ -1285,7 +1285,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 23] +Bishop Expires January 18, 2020 [Page 23] Internet-Draft HTTP/3 July 2019 @@ -1341,7 +1341,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 24] +Bishop Expires January 18, 2020 [Page 24] Internet-Draft HTTP/3 July 2019 @@ -1397,7 +1397,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 25] +Bishop Expires January 18, 2020 [Page 25] Internet-Draft HTTP/3 July 2019 @@ -1453,7 +1453,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 26] +Bishop Expires January 18, 2020 [Page 26] Internet-Draft HTTP/3 July 2019 @@ -1509,7 +1509,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 27] +Bishop Expires January 18, 2020 [Page 27] Internet-Draft HTTP/3 July 2019 @@ -1565,7 +1565,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 28] +Bishop Expires January 18, 2020 [Page 28] Internet-Draft HTTP/3 July 2019 @@ -1621,7 +1621,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 29] +Bishop Expires January 18, 2020 [Page 29] Internet-Draft HTTP/3 July 2019 @@ -1677,7 +1677,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 30] +Bishop Expires January 18, 2020 [Page 30] Internet-Draft HTTP/3 July 2019 @@ -1733,7 +1733,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 31] +Bishop Expires January 18, 2020 [Page 31] Internet-Draft HTTP/3 July 2019 @@ -1789,7 +1789,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 32] +Bishop Expires January 18, 2020 [Page 32] Internet-Draft HTTP/3 July 2019 @@ -1845,7 +1845,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 33] +Bishop Expires January 18, 2020 [Page 33] Internet-Draft HTTP/3 July 2019 @@ -1901,7 +1901,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 34] +Bishop Expires January 18, 2020 [Page 34] Internet-Draft HTTP/3 July 2019 @@ -1957,7 +1957,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 35] +Bishop Expires January 18, 2020 [Page 35] Internet-Draft HTTP/3 July 2019 @@ -2013,7 +2013,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 36] +Bishop Expires January 18, 2020 [Page 36] Internet-Draft HTTP/3 July 2019 @@ -2069,7 +2069,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 37] +Bishop Expires January 18, 2020 [Page 37] Internet-Draft HTTP/3 July 2019 @@ -2125,7 +2125,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 38] +Bishop Expires January 18, 2020 [Page 38] Internet-Draft HTTP/3 July 2019 @@ -2181,7 +2181,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 39] +Bishop Expires January 18, 2020 [Page 39] Internet-Draft HTTP/3 July 2019 @@ -2237,7 +2237,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 40] +Bishop Expires January 18, 2020 [Page 40] Internet-Draft HTTP/3 July 2019 @@ -2293,7 +2293,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 41] +Bishop Expires January 18, 2020 [Page 41] Internet-Draft HTTP/3 July 2019 @@ -2349,7 +2349,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 42] +Bishop Expires January 18, 2020 [Page 42] Internet-Draft HTTP/3 July 2019 @@ -2405,7 +2405,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 43] +Bishop Expires January 18, 2020 [Page 43] Internet-Draft HTTP/3 July 2019 @@ -2461,7 +2461,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 44] +Bishop Expires January 18, 2020 [Page 44] Internet-Draft HTTP/3 July 2019 @@ -2517,7 +2517,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 45] +Bishop Expires January 18, 2020 [Page 45] Internet-Draft HTTP/3 July 2019 @@ -2573,7 +2573,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 46] +Bishop Expires January 18, 2020 [Page 46] Internet-Draft HTTP/3 July 2019 @@ -2629,7 +2629,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 47] +Bishop Expires January 18, 2020 [Page 47] Internet-Draft HTTP/3 July 2019 @@ -2685,7 +2685,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 48] +Bishop Expires January 18, 2020 [Page 48] Internet-Draft HTTP/3 July 2019 @@ -2741,7 +2741,7 @@ Internet-Draft HTTP/3 July 2019 -Bishop Expires January 17, 2020 [Page 49] +Bishop Expires January 18, 2020 [Page 49] Internet-Draft HTTP/3 July 2019 @@ -2797,7 +2797,7 @@ A.2. HTTP Frame Types -Bishop Expires January 17, 2020 [Page 50] +Bishop Expires January 18, 2020 [Page 50] Internet-Draft HTTP/3 July 2019 @@ -2853,7 +2853,7 @@ A.2.2. Header Compression Differences -Bishop Expires January 17, 2020 [Page 51] +Bishop Expires January 18, 2020 [Page 51] Internet-Draft HTTP/3 July 2019 @@ -2909,7 +2909,7 @@ A.2.4. Mapping Between HTTP/2 and HTTP/3 Frame Types -Bishop Expires January 17, 2020 [Page 52] +Bishop Expires January 18, 2020 [Page 52] Internet-Draft HTTP/3 July 2019 @@ -2965,7 +2965,7 @@ A.3. HTTP/2 SETTINGS Parameters -Bishop Expires January 17, 2020 [Page 53] +Bishop Expires January 18, 2020 [Page 53] Internet-Draft HTTP/3 July 2019 @@ -3011,33 +3011,27 @@ A.4. HTTP/2 Error Codes INTERNAL_ERROR (0x2): HTTP_INTERNAL_ERROR in Section 8.1. FLOW_CONTROL_ERROR (0x3): Not applicable, since QUIC handles flow - control. Would provoke a QUIC_FLOW_CONTROL_RECEIVED_TOO_MUCH_DATA - from the QUIC layer. + control. SETTINGS_TIMEOUT (0x4): Not applicable, since no acknowledgement of SETTINGS is defined. + STREAM_CLOSED (0x5): Not applicable, since QUIC handles stream + management. - -Bishop Expires January 17, 2020 [Page 54] +Bishop Expires January 18, 2020 [Page 54] Internet-Draft HTTP/3 July 2019 - STREAM_CLOSED (0x5): Not applicable, since QUIC handles stream - management. Would provoke a QUIC_STREAM_DATA_AFTER_TERMINATION - from the QUIC layer. - FRAME_SIZE_ERROR (0x6): HTTP_MALFORMED_FRAME error codes defined in Section 8.1. REFUSED_STREAM (0x7): HTTP_REQUEST_REJECTED (in Section 8.1) 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. + applicable because QUIC handles stream management. CANCEL (0x8): HTTP_REQUEST_CANCELLED in Section 8.1. @@ -3075,19 +3069,19 @@ B.2. Since draft-ietf-quic-http-20 o Restrict use of frames when using CONNECT (#2229, #2702) - - -Bishop Expires January 17, 2020 [Page 55] - -Internet-Draft HTTP/3 July 2019 - - o Close and maybe reset streams if a connection error occurs for CONNECT (#2228, #2703) o Encourage provision of sufficient unidirectional streams for QPACK (#2100, #2529, #2762) + + +Bishop Expires January 18, 2020 [Page 55] + +Internet-Draft HTTP/3 July 2019 + + o Allow extensions to use server-initiated bidirectional streams (#2711, #2773) @@ -3129,21 +3123,20 @@ B.4. Since draft-ietf-quic-http-18 o Use variable-length integers throughout (#2437,#2233,#2253,#2275) + * Variable-length frame types, stream types, and settings + identifiers + * Renumbered stream type assignments + * Modified associated reserved values -Bishop Expires January 17, 2020 [Page 56] - -Internet-Draft HTTP/3 July 2019 - - * Variable-length frame types, stream types, and settings - identifiers - * Renumbered stream type assignments +Bishop Expires January 18, 2020 [Page 56] + +Internet-Draft HTTP/3 July 2019 - * Modified associated reserved values o Frame layout switched from Length-Type-Value to Type-Length-Value (#2395,#2235) @@ -3185,18 +3178,21 @@ B.6. Since draft-ietf-quic-http-16 o Removed prohibition of zero-length DATA frames (#2098) +B.7. Since draft-ietf-quic-http-15 + Substantial editorial reorganization; no technical changes. -Bishop Expires January 17, 2020 [Page 57] - -Internet-Draft HTTP/3 July 2019 -B.7. Since draft-ietf-quic-http-15 - Substantial editorial reorganization; no technical changes. + + +Bishop Expires January 18, 2020 [Page 57] + +Internet-Draft HTTP/3 July 2019 + B.8. Since draft-ietf-quic-http-14 @@ -3245,7 +3241,11 @@ B.10. Since draft-ietf-quic-http-12 -Bishop Expires January 17, 2020 [Page 58] + + + + +Bishop Expires January 18, 2020 [Page 58] Internet-Draft HTTP/3 July 2019 @@ -3301,7 +3301,7 @@ B.17. Since draft-ietf-quic-http-05 -Bishop Expires January 17, 2020 [Page 59] +Bishop Expires January 18, 2020 [Page 59] Internet-Draft HTTP/3 July 2019 @@ -3357,7 +3357,7 @@ B.21. Since draft-ietf-quic-http-01 -Bishop Expires January 17, 2020 [Page 60] +Bishop Expires January 18, 2020 [Page 60] Internet-Draft HTTP/3 July 2019 @@ -3413,4 +3413,4 @@ Author's Address -Bishop Expires January 17, 2020 [Page 61] +Bishop Expires January 18, 2020 [Page 61] diff --git a/draft-ietf-quic-invariants.html b/draft-ietf-quic-invariants.html index 4b0249bc3a..47b1110a6b 100644 --- a/draft-ietf-quic-invariants.html +++ b/draft-ietf-quic-invariants.html @@ -305,7 +305,7 @@ - + @@ -326,10 +326,10 @@ Intended status: Standards Track -July 16, 2019 +July 17, 2019 -Expires: January 17, 2020 +Expires: January 18, 2020 @@ -349,7 +349,7 @@

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

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/.

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."

-

This Internet-Draft will expire on January 17, 2020.

+

This Internet-Draft will expire on January 18, 2020.

Copyright Notice

Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.

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.

diff --git a/draft-ietf-quic-invariants.txt b/draft-ietf-quic-invariants.txt index f25ef55510..e7b2ce2970 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 July 16, 2019 -Expires: January 17, 2020 +Intended status: Standards Track July 17, 2019 +Expires: January 18, 2020 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 January 17, 2020. + This Internet-Draft will expire on January 18, 2020. Copyright Notice @@ -53,7 +53,7 @@ Copyright Notice -Thomson Expires January 17, 2020 [Page 1] +Thomson Expires January 18, 2020 [Page 1] Internet-Draft QUIC Invariants July 2019 @@ -109,7 +109,7 @@ Table of Contents -Thomson Expires January 17, 2020 [Page 2] +Thomson Expires January 18, 2020 [Page 2] Internet-Draft QUIC Invariants July 2019 @@ -165,7 +165,7 @@ Internet-Draft QUIC Invariants July 2019 -Thomson Expires January 17, 2020 [Page 3] +Thomson Expires January 18, 2020 [Page 3] Internet-Draft QUIC Invariants July 2019 @@ -221,7 +221,7 @@ Internet-Draft QUIC Invariants July 2019 -Thomson Expires January 17, 2020 [Page 4] +Thomson Expires January 18, 2020 [Page 4] Internet-Draft QUIC Invariants July 2019 @@ -277,7 +277,7 @@ Internet-Draft QUIC Invariants July 2019 -Thomson Expires January 17, 2020 [Page 5] +Thomson Expires January 18, 2020 [Page 5] Internet-Draft QUIC Invariants July 2019 @@ -333,7 +333,7 @@ Internet-Draft QUIC Invariants July 2019 -Thomson Expires January 17, 2020 [Page 6] +Thomson Expires January 18, 2020 [Page 6] Internet-Draft QUIC Invariants July 2019 @@ -389,7 +389,7 @@ Internet-Draft QUIC Invariants July 2019 -Thomson Expires January 17, 2020 [Page 7] +Thomson Expires January 18, 2020 [Page 7] Internet-Draft QUIC Invariants July 2019 @@ -445,7 +445,7 @@ Appendix A. Incorrect Assumptions -Thomson Expires January 17, 2020 [Page 8] +Thomson Expires January 18, 2020 [Page 8] Internet-Draft QUIC Invariants July 2019 @@ -501,4 +501,4 @@ Author's Address -Thomson Expires January 17, 2020 [Page 9] +Thomson Expires January 18, 2020 [Page 9] diff --git a/draft-ietf-quic-qpack.html b/draft-ietf-quic-qpack.html index 7baa11397f..e4f7648baf 100644 --- a/draft-ietf-quic-qpack.html +++ b/draft-ietf-quic-qpack.html @@ -356,7 +356,7 @@ - + @@ -380,7 +380,7 @@ M. Bishop -Expires: January 17, 2020 +Expires: January 18, 2020 Akamai Technologies @@ -393,7 +393,7 @@ -July 16, 2019 +July 17, 2019 @@ -412,7 +412,7 @@

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

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/.

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."

-

This Internet-Draft will expire on January 17, 2020.

+

This Internet-Draft will expire on January 18, 2020.

Copyright Notice

Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.

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.

diff --git a/draft-ietf-quic-qpack.txt b/draft-ietf-quic-qpack.txt index afb4075a8c..d60159af88 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: January 17, 2020 Akamai Technologies +Expires: January 18, 2020 Akamai Technologies A. Frindell, Ed. Facebook - July 16, 2019 + July 17, 2019 QPACK: Header Compression for HTTP/3 @@ -46,14 +46,14 @@ 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 January 17, 2020. + This Internet-Draft will expire on January 18, 2020. -Krasic, et al. Expires January 17, 2020 [Page 1] +Krasic, et al. Expires January 18, 2020 [Page 1] Internet-Draft QPACK July 2019 @@ -109,7 +109,7 @@ Table of Contents -Krasic, et al. Expires January 17, 2020 [Page 2] +Krasic, et al. Expires January 18, 2020 [Page 2] Internet-Draft QPACK July 2019 @@ -165,7 +165,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 3] +Krasic, et al. Expires January 18, 2020 [Page 3] Internet-Draft QPACK July 2019 @@ -221,7 +221,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 4] +Krasic, et al. Expires January 18, 2020 [Page 4] Internet-Draft QPACK July 2019 @@ -277,7 +277,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 5] +Krasic, et al. Expires January 18, 2020 [Page 5] Internet-Draft QPACK July 2019 @@ -333,7 +333,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 6] +Krasic, et al. Expires January 18, 2020 [Page 6] Internet-Draft QPACK July 2019 @@ -389,7 +389,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 7] +Krasic, et al. Expires January 18, 2020 [Page 7] Internet-Draft QPACK July 2019 @@ -445,7 +445,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 8] +Krasic, et al. Expires January 18, 2020 [Page 8] Internet-Draft QPACK July 2019 @@ -501,7 +501,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 9] +Krasic, et al. Expires January 18, 2020 [Page 9] Internet-Draft QPACK July 2019 @@ -557,7 +557,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 10] +Krasic, et al. Expires January 18, 2020 [Page 10] Internet-Draft QPACK July 2019 @@ -613,7 +613,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 11] +Krasic, et al. Expires January 18, 2020 [Page 11] Internet-Draft QPACK July 2019 @@ -669,7 +669,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 12] +Krasic, et al. Expires January 18, 2020 [Page 12] Internet-Draft QPACK July 2019 @@ -725,7 +725,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 13] +Krasic, et al. Expires January 18, 2020 [Page 13] Internet-Draft QPACK July 2019 @@ -781,7 +781,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 14] +Krasic, et al. Expires January 18, 2020 [Page 14] Internet-Draft QPACK July 2019 @@ -837,7 +837,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 15] +Krasic, et al. Expires January 18, 2020 [Page 15] Internet-Draft QPACK July 2019 @@ -893,7 +893,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 16] +Krasic, et al. Expires January 18, 2020 [Page 16] Internet-Draft QPACK July 2019 @@ -949,7 +949,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 17] +Krasic, et al. Expires January 18, 2020 [Page 17] Internet-Draft QPACK July 2019 @@ -1005,7 +1005,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 18] +Krasic, et al. Expires January 18, 2020 [Page 18] Internet-Draft QPACK July 2019 @@ -1061,7 +1061,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 19] +Krasic, et al. Expires January 18, 2020 [Page 19] Internet-Draft QPACK July 2019 @@ -1117,7 +1117,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 20] +Krasic, et al. Expires January 18, 2020 [Page 20] Internet-Draft QPACK July 2019 @@ -1173,7 +1173,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 21] +Krasic, et al. Expires January 18, 2020 [Page 21] Internet-Draft QPACK July 2019 @@ -1229,7 +1229,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 22] +Krasic, et al. Expires January 18, 2020 [Page 22] Internet-Draft QPACK July 2019 @@ -1285,7 +1285,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 23] +Krasic, et al. Expires January 18, 2020 [Page 23] Internet-Draft QPACK July 2019 @@ -1341,7 +1341,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 24] +Krasic, et al. Expires January 18, 2020 [Page 24] Internet-Draft QPACK July 2019 @@ -1397,7 +1397,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 25] +Krasic, et al. Expires January 18, 2020 [Page 25] Internet-Draft QPACK July 2019 @@ -1453,7 +1453,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 26] +Krasic, et al. Expires January 18, 2020 [Page 26] Internet-Draft QPACK July 2019 @@ -1509,7 +1509,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 27] +Krasic, et al. Expires January 18, 2020 [Page 27] Internet-Draft QPACK July 2019 @@ -1565,7 +1565,7 @@ Appendix A. Static Table -Krasic, et al. Expires January 17, 2020 [Page 28] +Krasic, et al. Expires January 18, 2020 [Page 28] Internet-Draft QPACK July 2019 @@ -1621,7 +1621,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 29] +Krasic, et al. Expires January 18, 2020 [Page 29] Internet-Draft QPACK July 2019 @@ -1677,7 +1677,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 30] +Krasic, et al. Expires January 18, 2020 [Page 30] Internet-Draft QPACK July 2019 @@ -1733,7 +1733,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 31] +Krasic, et al. Expires January 18, 2020 [Page 31] Internet-Draft QPACK July 2019 @@ -1789,7 +1789,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 32] +Krasic, et al. Expires January 18, 2020 [Page 32] Internet-Draft QPACK July 2019 @@ -1845,7 +1845,7 @@ Appendix B. Sample One Pass Encoding Algorithm -Krasic, et al. Expires January 17, 2020 [Page 33] +Krasic, et al. Expires January 18, 2020 [Page 33] Internet-Draft QPACK July 2019 @@ -1901,7 +1901,7 @@ Internet-Draft QPACK July 2019 -Krasic, et al. Expires January 17, 2020 [Page 34] +Krasic, et al. Expires January 18, 2020 [Page 34] Internet-Draft QPACK July 2019 @@ -1957,7 +1957,7 @@ C.6. Since draft-ietf-quic-qpack-02 -Krasic, et al. Expires January 17, 2020 [Page 35] +Krasic, et al. Expires January 18, 2020 [Page 35] Internet-Draft QPACK July 2019 @@ -2013,7 +2013,7 @@ C.9. Since draft-ietf-quic-qcram-00 -Krasic, et al. Expires January 17, 2020 [Page 36] +Krasic, et al. Expires January 18, 2020 [Page 36] Internet-Draft QPACK July 2019 @@ -2069,4 +2069,4 @@ Authors' Addresses -Krasic, et al. Expires January 17, 2020 [Page 37] +Krasic, et al. Expires January 18, 2020 [Page 37] diff --git a/draft-ietf-quic-recovery.html b/draft-ietf-quic-recovery.html index 7d6df992b1..6ba6fe60b9 100644 --- a/draft-ietf-quic-recovery.html +++ b/draft-ietf-quic-recovery.html @@ -384,7 +384,7 @@ - + @@ -408,12 +408,12 @@ I. Swett, Ed. -Expires: January 17, 2020 +Expires: January 18, 2020 Google -July 16, 2019 +July 17, 2019 @@ -432,7 +432,7 @@

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

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/.

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."

-

This Internet-Draft will expire on January 17, 2020.

+

This Internet-Draft will expire on January 18, 2020.

Copyright Notice

Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.

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.

diff --git a/draft-ietf-quic-recovery.txt b/draft-ietf-quic-recovery.txt index a26073b89f..ee5206dbc9 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: January 17, 2020 Google - July 16, 2019 +Expires: January 18, 2020 Google + July 17, 2019 QUIC Loss Detection and Congestion Control @@ -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 January 17, 2020. + This Internet-Draft will expire on January 18, 2020. Copyright Notice @@ -53,7 +53,7 @@ Copyright Notice -Iyengar & Swett Expires January 17, 2020 [Page 1] +Iyengar & Swett Expires January 18, 2020 [Page 1] Internet-Draft QUIC Loss Detection July 2019 @@ -109,7 +109,7 @@ Table of Contents -Iyengar & Swett Expires January 17, 2020 [Page 2] +Iyengar & Swett Expires January 18, 2020 [Page 2] Internet-Draft QUIC Loss Detection July 2019 @@ -165,7 +165,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 3] +Iyengar & Swett Expires January 18, 2020 [Page 3] Internet-Draft QUIC Loss Detection July 2019 @@ -221,7 +221,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 4] +Iyengar & Swett Expires January 18, 2020 [Page 4] Internet-Draft QUIC Loss Detection July 2019 @@ -277,7 +277,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 5] +Iyengar & Swett Expires January 18, 2020 [Page 5] Internet-Draft QUIC Loss Detection July 2019 @@ -333,7 +333,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 6] +Iyengar & Swett Expires January 18, 2020 [Page 6] Internet-Draft QUIC Loss Detection July 2019 @@ -389,7 +389,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 7] +Iyengar & Swett Expires January 18, 2020 [Page 7] Internet-Draft QUIC Loss Detection July 2019 @@ -445,7 +445,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 8] +Iyengar & Swett Expires January 18, 2020 [Page 8] Internet-Draft QUIC Loss Detection July 2019 @@ -501,7 +501,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 9] +Iyengar & Swett Expires January 18, 2020 [Page 9] Internet-Draft QUIC Loss Detection July 2019 @@ -557,7 +557,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 10] +Iyengar & Swett Expires January 18, 2020 [Page 10] Internet-Draft QUIC Loss Detection July 2019 @@ -613,7 +613,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 11] +Iyengar & Swett Expires January 18, 2020 [Page 11] Internet-Draft QUIC Loss Detection July 2019 @@ -669,7 +669,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 12] +Iyengar & Swett Expires January 18, 2020 [Page 12] Internet-Draft QUIC Loss Detection July 2019 @@ -725,7 +725,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 13] +Iyengar & Swett Expires January 18, 2020 [Page 13] Internet-Draft QUIC Loss Detection July 2019 @@ -781,7 +781,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 14] +Iyengar & Swett Expires January 18, 2020 [Page 14] Internet-Draft QUIC Loss Detection July 2019 @@ -837,7 +837,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 15] +Iyengar & Swett Expires January 18, 2020 [Page 15] Internet-Draft QUIC Loss Detection July 2019 @@ -893,7 +893,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 16] +Iyengar & Swett Expires January 18, 2020 [Page 16] Internet-Draft QUIC Loss Detection July 2019 @@ -949,7 +949,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 17] +Iyengar & Swett Expires January 18, 2020 [Page 17] Internet-Draft QUIC Loss Detection July 2019 @@ -1005,7 +1005,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 18] +Iyengar & Swett Expires January 18, 2020 [Page 18] Internet-Draft QUIC Loss Detection July 2019 @@ -1061,7 +1061,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 19] +Iyengar & Swett Expires January 18, 2020 [Page 19] Internet-Draft QUIC Loss Detection July 2019 @@ -1117,7 +1117,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 20] +Iyengar & Swett Expires January 18, 2020 [Page 20] Internet-Draft QUIC Loss Detection July 2019 @@ -1173,7 +1173,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 21] +Iyengar & Swett Expires January 18, 2020 [Page 21] Internet-Draft QUIC Loss Detection July 2019 @@ -1229,7 +1229,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 22] +Iyengar & Swett Expires January 18, 2020 [Page 22] Internet-Draft QUIC Loss Detection July 2019 @@ -1285,7 +1285,7 @@ Internet-Draft QUIC Loss Detection July 2019 -Iyengar & Swett Expires January 17, 2020 [Page 23] +Iyengar & Swett Expires January 18, 2020 [Page 23] Internet-Draft QUIC Loss Detection July 2019 @@ -1341,7 +1341,7 @@ A.1.1. Sent Packet Fields -Iyengar & Swett Expires January 17, 2020 [Page 24] +Iyengar & Swett Expires January 18, 2020 [Page 24] Internet-Draft QUIC Loss Detection July 2019 @@ -1397,7 +1397,7 @@ A.3. Variables of interest -Iyengar & Swett Expires January 17, 2020 [Page 25] +Iyengar & Swett Expires January 18, 2020 [Page 25] Internet-Draft QUIC Loss Detection July 2019 @@ -1453,7 +1453,7 @@ A.4. Initialization -Iyengar & Swett Expires January 17, 2020 [Page 26] +Iyengar & Swett Expires January 18, 2020 [Page 26] Internet-Draft QUIC Loss Detection July 2019 @@ -1509,7 +1509,7 @@ A.6. On Receiving an Acknowledgment -Iyengar & Swett Expires January 17, 2020 [Page 27] +Iyengar & Swett Expires January 18, 2020 [Page 27] Internet-Draft QUIC Loss Detection July 2019 @@ -1565,7 +1565,7 @@ A.7. On Packet Acknowledgment -Iyengar & Swett Expires January 17, 2020 [Page 28] +Iyengar & Swett Expires January 18, 2020 [Page 28] Internet-Draft QUIC Loss Detection July 2019 @@ -1621,7 +1621,7 @@ A.8. Setting the Loss Detection Timer -Iyengar & Swett Expires January 17, 2020 [Page 29] +Iyengar & Swett Expires January 18, 2020 [Page 29] Internet-Draft QUIC Loss Detection July 2019 @@ -1677,7 +1677,7 @@ A.9. On Timeout -Iyengar & Swett Expires January 17, 2020 [Page 30] +Iyengar & Swett Expires January 18, 2020 [Page 30] Internet-Draft QUIC Loss Detection July 2019 @@ -1733,7 +1733,7 @@ A.10. Detecting Lost Packets -Iyengar & Swett Expires January 17, 2020 [Page 31] +Iyengar & Swett Expires January 18, 2020 [Page 31] Internet-Draft QUIC Loss Detection July 2019 @@ -1789,7 +1789,7 @@ B.1. Constants of interest -Iyengar & Swett Expires January 17, 2020 [Page 32] +Iyengar & Swett Expires January 18, 2020 [Page 32] Internet-Draft QUIC Loss Detection July 2019 @@ -1845,7 +1845,7 @@ B.2. Variables of interest -Iyengar & Swett Expires January 17, 2020 [Page 33] +Iyengar & Swett Expires January 18, 2020 [Page 33] Internet-Draft QUIC Loss Detection July 2019 @@ -1901,7 +1901,7 @@ B.5. On Packet Acknowledgement -Iyengar & Swett Expires January 17, 2020 [Page 34] +Iyengar & Swett Expires January 18, 2020 [Page 34] Internet-Draft QUIC Loss Detection July 2019 @@ -1957,7 +1957,7 @@ B.7. Process ECN Information -Iyengar & Swett Expires January 17, 2020 [Page 35] +Iyengar & Swett Expires January 18, 2020 [Page 35] Internet-Draft QUIC Loss Detection July 2019 @@ -2013,7 +2013,7 @@ C.2. Since draft-ietf-quic-recovery-20 -Iyengar & Swett Expires January 17, 2020 [Page 36] +Iyengar & Swett Expires January 18, 2020 [Page 36] Internet-Draft QUIC Loss Detection July 2019 @@ -2069,7 +2069,7 @@ C.5. Since draft-ietf-quic-recovery-17 -Iyengar & Swett Expires January 17, 2020 [Page 37] +Iyengar & Swett Expires January 18, 2020 [Page 37] Internet-Draft QUIC Loss Detection July 2019 @@ -2125,7 +2125,7 @@ C.6. Since draft-ietf-quic-recovery-16 -Iyengar & Swett Expires January 17, 2020 [Page 38] +Iyengar & Swett Expires January 18, 2020 [Page 38] Internet-Draft QUIC Loss Detection July 2019 @@ -2181,7 +2181,7 @@ C.11. Since draft-ietf-quic-recovery-10 -Iyengar & Swett Expires January 17, 2020 [Page 39] +Iyengar & Swett Expires January 18, 2020 [Page 39] Internet-Draft QUIC Loss Detection July 2019 @@ -2237,7 +2237,7 @@ C.19. Since draft-ietf-quic-recovery-02 -Iyengar & Swett Expires January 17, 2020 [Page 40] +Iyengar & Swett Expires January 18, 2020 [Page 40] Internet-Draft QUIC Loss Detection July 2019 @@ -2293,4 +2293,4 @@ Authors' Addresses -Iyengar & Swett Expires January 17, 2020 [Page 41] +Iyengar & Swett Expires January 18, 2020 [Page 41] diff --git a/draft-ietf-quic-tls.html b/draft-ietf-quic-tls.html index af90d79276..35c9c9bd33 100644 --- a/draft-ietf-quic-tls.html +++ b/draft-ietf-quic-tls.html @@ -366,7 +366,7 @@ - + @@ -390,12 +390,12 @@ S. Turner, Ed. -Expires: January 17, 2020 +Expires: January 18, 2020 sn3rd -July 16, 2019 +July 17, 2019 @@ -414,7 +414,7 @@

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

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/.

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."

-

This Internet-Draft will expire on January 17, 2020.

+

This Internet-Draft will expire on January 18, 2020.

Copyright Notice

Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.

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.

diff --git a/draft-ietf-quic-tls.txt b/draft-ietf-quic-tls.txt index ac4bb12830..bafc591263 100644 --- a/draft-ietf-quic-tls.txt +++ b/draft-ietf-quic-tls.txt @@ -5,8 +5,8 @@ QUIC M. Thomson, Ed. Internet-Draft Mozilla Intended status: Standards Track S. Turner, Ed. -Expires: January 17, 2020 sn3rd - July 16, 2019 +Expires: January 18, 2020 sn3rd + July 17, 2019 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 January 17, 2020. + This Internet-Draft will expire on January 18, 2020. Copyright Notice @@ -53,7 +53,7 @@ Copyright Notice -Thomson & Turner Expires January 17, 2020 [Page 1] +Thomson & Turner Expires January 18, 2020 [Page 1] Internet-Draft QUIC over TLS July 2019 @@ -109,7 +109,7 @@ Table of Contents -Thomson & Turner Expires January 17, 2020 [Page 2] +Thomson & Turner Expires January 18, 2020 [Page 2] Internet-Draft QUIC over TLS July 2019 @@ -165,7 +165,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 3] +Thomson & Turner Expires January 18, 2020 [Page 3] Internet-Draft QUIC over TLS July 2019 @@ -221,7 +221,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 4] +Thomson & Turner Expires January 18, 2020 [Page 4] Internet-Draft QUIC over TLS July 2019 @@ -277,7 +277,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 5] +Thomson & Turner Expires January 18, 2020 [Page 5] Internet-Draft QUIC over TLS July 2019 @@ -333,7 +333,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 6] +Thomson & Turner Expires January 18, 2020 [Page 6] Internet-Draft QUIC over TLS July 2019 @@ -389,7 +389,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 7] +Thomson & Turner Expires January 18, 2020 [Page 7] Internet-Draft QUIC over TLS July 2019 @@ -445,7 +445,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 8] +Thomson & Turner Expires January 18, 2020 [Page 8] Internet-Draft QUIC over TLS July 2019 @@ -501,7 +501,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 9] +Thomson & Turner Expires January 18, 2020 [Page 9] Internet-Draft QUIC over TLS July 2019 @@ -557,7 +557,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 10] +Thomson & Turner Expires January 18, 2020 [Page 10] Internet-Draft QUIC over TLS July 2019 @@ -613,7 +613,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 11] +Thomson & Turner Expires January 18, 2020 [Page 11] Internet-Draft QUIC over TLS July 2019 @@ -669,7 +669,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 12] +Thomson & Turner Expires January 18, 2020 [Page 12] Internet-Draft QUIC over TLS July 2019 @@ -725,7 +725,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 13] +Thomson & Turner Expires January 18, 2020 [Page 13] Internet-Draft QUIC over TLS July 2019 @@ -781,7 +781,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 14] +Thomson & Turner Expires January 18, 2020 [Page 14] Internet-Draft QUIC over TLS July 2019 @@ -837,7 +837,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 15] +Thomson & Turner Expires January 18, 2020 [Page 15] Internet-Draft QUIC over TLS July 2019 @@ -893,7 +893,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 16] +Thomson & Turner Expires January 18, 2020 [Page 16] Internet-Draft QUIC over TLS July 2019 @@ -949,7 +949,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 17] +Thomson & Turner Expires January 18, 2020 [Page 17] Internet-Draft QUIC over TLS July 2019 @@ -1005,7 +1005,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 18] +Thomson & Turner Expires January 18, 2020 [Page 18] Internet-Draft QUIC over TLS July 2019 @@ -1061,7 +1061,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 19] +Thomson & Turner Expires January 18, 2020 [Page 19] Internet-Draft QUIC over TLS July 2019 @@ -1117,7 +1117,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 20] +Thomson & Turner Expires January 18, 2020 [Page 20] Internet-Draft QUIC over TLS July 2019 @@ -1173,7 +1173,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 21] +Thomson & Turner Expires January 18, 2020 [Page 21] Internet-Draft QUIC over TLS July 2019 @@ -1229,7 +1229,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 22] +Thomson & Turner Expires January 18, 2020 [Page 22] Internet-Draft QUIC over TLS July 2019 @@ -1285,7 +1285,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 23] +Thomson & Turner Expires January 18, 2020 [Page 23] Internet-Draft QUIC over TLS July 2019 @@ -1341,7 +1341,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 24] +Thomson & Turner Expires January 18, 2020 [Page 24] Internet-Draft QUIC over TLS July 2019 @@ -1397,7 +1397,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 25] +Thomson & Turner Expires January 18, 2020 [Page 25] Internet-Draft QUIC over TLS July 2019 @@ -1453,7 +1453,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 26] +Thomson & Turner Expires January 18, 2020 [Page 26] Internet-Draft QUIC over TLS July 2019 @@ -1509,7 +1509,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 27] +Thomson & Turner Expires January 18, 2020 [Page 27] Internet-Draft QUIC over TLS July 2019 @@ -1565,7 +1565,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 28] +Thomson & Turner Expires January 18, 2020 [Page 28] Internet-Draft QUIC over TLS July 2019 @@ -1621,7 +1621,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 29] +Thomson & Turner Expires January 18, 2020 [Page 29] Internet-Draft QUIC over TLS July 2019 @@ -1677,7 +1677,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 30] +Thomson & Turner Expires January 18, 2020 [Page 30] Internet-Draft QUIC over TLS July 2019 @@ -1733,7 +1733,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 31] +Thomson & Turner Expires January 18, 2020 [Page 31] Internet-Draft QUIC over TLS July 2019 @@ -1789,7 +1789,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 32] +Thomson & Turner Expires January 18, 2020 [Page 32] Internet-Draft QUIC over TLS July 2019 @@ -1845,7 +1845,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 33] +Thomson & Turner Expires January 18, 2020 [Page 33] Internet-Draft QUIC over TLS July 2019 @@ -1901,7 +1901,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 34] +Thomson & Turner Expires January 18, 2020 [Page 34] Internet-Draft QUIC over TLS July 2019 @@ -1957,7 +1957,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 35] +Thomson & Turner Expires January 18, 2020 [Page 35] Internet-Draft QUIC over TLS July 2019 @@ -2013,7 +2013,7 @@ A.1. Keys -Thomson & Turner Expires January 17, 2020 [Page 36] +Thomson & Turner Expires January 18, 2020 [Page 36] Internet-Draft QUIC over TLS July 2019 @@ -2069,7 +2069,7 @@ A.2. Client Initial -Thomson & Turner Expires January 17, 2020 [Page 37] +Thomson & Turner Expires January 18, 2020 [Page 37] Internet-Draft QUIC over TLS July 2019 @@ -2125,7 +2125,7 @@ Internet-Draft QUIC over TLS July 2019 -Thomson & Turner Expires January 17, 2020 [Page 38] +Thomson & Turner Expires January 18, 2020 [Page 38] Internet-Draft QUIC over TLS July 2019 @@ -2181,7 +2181,7 @@ A.3. Server Initial -Thomson & Turner Expires January 17, 2020 [Page 39] +Thomson & Turner Expires January 18, 2020 [Page 39] Internet-Draft QUIC over TLS July 2019 @@ -2237,7 +2237,7 @@ B.3. Since draft-ietf-quic-tls-18 -Thomson & Turner Expires January 17, 2020 [Page 40] +Thomson & Turner Expires January 18, 2020 [Page 40] Internet-Draft QUIC over TLS July 2019 @@ -2293,7 +2293,7 @@ B.7. Since draft-ietf-quic-tls-12 -Thomson & Turner Expires January 17, 2020 [Page 41] +Thomson & Turner Expires January 18, 2020 [Page 41] Internet-Draft QUIC over TLS July 2019 @@ -2349,7 +2349,7 @@ B.16. Since draft-ietf-quic-tls-02 -Thomson & Turner Expires January 17, 2020 [Page 42] +Thomson & Turner Expires January 18, 2020 [Page 42] Internet-Draft QUIC over TLS July 2019 @@ -2405,7 +2405,7 @@ B.19. Since draft-thomson-quic-tls-01 -Thomson & Turner Expires January 17, 2020 [Page 43] +Thomson & Turner Expires January 18, 2020 [Page 43] Internet-Draft QUIC over TLS July 2019 @@ -2461,4 +2461,4 @@ Authors' Addresses -Thomson & Turner Expires January 17, 2020 [Page 44] +Thomson & Turner Expires January 18, 2020 [Page 44] diff --git a/draft-ietf-quic-transport.html b/draft-ietf-quic-transport.html index 4cb09c8603..99d4de8ba7 100644 --- a/draft-ietf-quic-transport.html +++ b/draft-ietf-quic-transport.html @@ -468,7 +468,7 @@ - + @@ -492,12 +492,12 @@ M. Thomson, Ed. -Expires: January 17, 2020 +Expires: January 18, 2020 Mozilla -July 16, 2019 +July 17, 2019 @@ -516,7 +516,7 @@

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

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/.

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."

-

This Internet-Draft will expire on January 17, 2020.

+

This Internet-Draft will expire on January 18, 2020.

Copyright Notice

Copyright (c) 2019 IETF Trust and the persons identified as the document authors. All rights reserved.

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.

diff --git a/draft-ietf-quic-transport.txt b/draft-ietf-quic-transport.txt index 4b9c5271e4..ddfc9d770f 100644 --- a/draft-ietf-quic-transport.txt +++ b/draft-ietf-quic-transport.txt @@ -5,8 +5,8 @@ QUIC J. Iyengar, Ed. Internet-Draft Fastly Intended status: Standards Track M. Thomson, Ed. -Expires: January 17, 2020 Mozilla - July 16, 2019 +Expires: January 18, 2020 Mozilla + July 17, 2019 QUIC: A UDP-Based Multiplexed and Secure Transport @@ -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 January 17, 2020. + This Internet-Draft will expire on January 18, 2020. Copyright Notice @@ -53,7 +53,7 @@ Copyright Notice -Iyengar & Thomson Expires January 17, 2020 [Page 1] +Iyengar & Thomson Expires January 18, 2020 [Page 1] Internet-Draft QUIC Transport Protocol July 2019 @@ -109,7 +109,7 @@ Table of Contents -Iyengar & Thomson Expires January 17, 2020 [Page 2] +Iyengar & Thomson Expires January 18, 2020 [Page 2] Internet-Draft QUIC Transport Protocol July 2019 @@ -165,7 +165,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 3] +Iyengar & Thomson Expires January 18, 2020 [Page 3] Internet-Draft QUIC Transport Protocol July 2019 @@ -221,7 +221,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 4] +Iyengar & Thomson Expires January 18, 2020 [Page 4] Internet-Draft QUIC Transport Protocol July 2019 @@ -277,7 +277,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 5] +Iyengar & Thomson Expires January 18, 2020 [Page 5] Internet-Draft QUIC Transport Protocol July 2019 @@ -333,7 +333,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 6] +Iyengar & Thomson Expires January 18, 2020 [Page 6] Internet-Draft QUIC Transport Protocol July 2019 @@ -389,7 +389,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 7] +Iyengar & Thomson Expires January 18, 2020 [Page 7] Internet-Draft QUIC Transport Protocol July 2019 @@ -445,7 +445,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 8] +Iyengar & Thomson Expires January 18, 2020 [Page 8] Internet-Draft QUIC Transport Protocol July 2019 @@ -501,7 +501,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 9] +Iyengar & Thomson Expires January 18, 2020 [Page 9] Internet-Draft QUIC Transport Protocol July 2019 @@ -557,7 +557,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 10] +Iyengar & Thomson Expires January 18, 2020 [Page 10] Internet-Draft QUIC Transport Protocol July 2019 @@ -613,7 +613,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 11] +Iyengar & Thomson Expires January 18, 2020 [Page 11] Internet-Draft QUIC Transport Protocol July 2019 @@ -669,7 +669,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 12] +Iyengar & Thomson Expires January 18, 2020 [Page 12] Internet-Draft QUIC Transport Protocol July 2019 @@ -725,7 +725,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 13] +Iyengar & Thomson Expires January 18, 2020 [Page 13] Internet-Draft QUIC Transport Protocol July 2019 @@ -781,7 +781,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 14] +Iyengar & Thomson Expires January 18, 2020 [Page 14] Internet-Draft QUIC Transport Protocol July 2019 @@ -837,7 +837,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 15] +Iyengar & Thomson Expires January 18, 2020 [Page 15] Internet-Draft QUIC Transport Protocol July 2019 @@ -893,7 +893,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 16] +Iyengar & Thomson Expires January 18, 2020 [Page 16] Internet-Draft QUIC Transport Protocol July 2019 @@ -949,7 +949,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 17] +Iyengar & Thomson Expires January 18, 2020 [Page 17] Internet-Draft QUIC Transport Protocol July 2019 @@ -1005,7 +1005,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 18] +Iyengar & Thomson Expires January 18, 2020 [Page 18] Internet-Draft QUIC Transport Protocol July 2019 @@ -1061,7 +1061,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 19] +Iyengar & Thomson Expires January 18, 2020 [Page 19] Internet-Draft QUIC Transport Protocol July 2019 @@ -1117,7 +1117,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 20] +Iyengar & Thomson Expires January 18, 2020 [Page 20] Internet-Draft QUIC Transport Protocol July 2019 @@ -1173,7 +1173,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 21] +Iyengar & Thomson Expires January 18, 2020 [Page 21] Internet-Draft QUIC Transport Protocol July 2019 @@ -1229,7 +1229,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 22] +Iyengar & Thomson Expires January 18, 2020 [Page 22] Internet-Draft QUIC Transport Protocol July 2019 @@ -1285,7 +1285,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 23] +Iyengar & Thomson Expires January 18, 2020 [Page 23] Internet-Draft QUIC Transport Protocol July 2019 @@ -1341,7 +1341,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 24] +Iyengar & Thomson Expires January 18, 2020 [Page 24] Internet-Draft QUIC Transport Protocol July 2019 @@ -1397,7 +1397,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 25] +Iyengar & Thomson Expires January 18, 2020 [Page 25] Internet-Draft QUIC Transport Protocol July 2019 @@ -1453,7 +1453,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 26] +Iyengar & Thomson Expires January 18, 2020 [Page 26] Internet-Draft QUIC Transport Protocol July 2019 @@ -1509,7 +1509,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 27] +Iyengar & Thomson Expires January 18, 2020 [Page 27] Internet-Draft QUIC Transport Protocol July 2019 @@ -1565,7 +1565,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 28] +Iyengar & Thomson Expires January 18, 2020 [Page 28] Internet-Draft QUIC Transport Protocol July 2019 @@ -1621,7 +1621,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 29] +Iyengar & Thomson Expires January 18, 2020 [Page 29] Internet-Draft QUIC Transport Protocol July 2019 @@ -1677,7 +1677,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 30] +Iyengar & Thomson Expires January 18, 2020 [Page 30] Internet-Draft QUIC Transport Protocol July 2019 @@ -1733,7 +1733,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 31] +Iyengar & Thomson Expires January 18, 2020 [Page 31] Internet-Draft QUIC Transport Protocol July 2019 @@ -1789,7 +1789,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 32] +Iyengar & Thomson Expires January 18, 2020 [Page 32] Internet-Draft QUIC Transport Protocol July 2019 @@ -1845,7 +1845,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 33] +Iyengar & Thomson Expires January 18, 2020 [Page 33] Internet-Draft QUIC Transport Protocol July 2019 @@ -1901,7 +1901,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 34] +Iyengar & Thomson Expires January 18, 2020 [Page 34] Internet-Draft QUIC Transport Protocol July 2019 @@ -1957,7 +1957,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 35] +Iyengar & Thomson Expires January 18, 2020 [Page 35] Internet-Draft QUIC Transport Protocol July 2019 @@ -2013,7 +2013,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 36] +Iyengar & Thomson Expires January 18, 2020 [Page 36] Internet-Draft QUIC Transport Protocol July 2019 @@ -2069,7 +2069,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 37] +Iyengar & Thomson Expires January 18, 2020 [Page 37] Internet-Draft QUIC Transport Protocol July 2019 @@ -2125,7 +2125,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 38] +Iyengar & Thomson Expires January 18, 2020 [Page 38] Internet-Draft QUIC Transport Protocol July 2019 @@ -2181,7 +2181,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 39] +Iyengar & Thomson Expires January 18, 2020 [Page 39] Internet-Draft QUIC Transport Protocol July 2019 @@ -2237,7 +2237,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 40] +Iyengar & Thomson Expires January 18, 2020 [Page 40] Internet-Draft QUIC Transport Protocol July 2019 @@ -2293,7 +2293,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 41] +Iyengar & Thomson Expires January 18, 2020 [Page 41] Internet-Draft QUIC Transport Protocol July 2019 @@ -2349,7 +2349,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 42] +Iyengar & Thomson Expires January 18, 2020 [Page 42] Internet-Draft QUIC Transport Protocol July 2019 @@ -2405,7 +2405,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 43] +Iyengar & Thomson Expires January 18, 2020 [Page 43] Internet-Draft QUIC Transport Protocol July 2019 @@ -2461,7 +2461,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 44] +Iyengar & Thomson Expires January 18, 2020 [Page 44] Internet-Draft QUIC Transport Protocol July 2019 @@ -2517,7 +2517,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 45] +Iyengar & Thomson Expires January 18, 2020 [Page 45] Internet-Draft QUIC Transport Protocol July 2019 @@ -2573,7 +2573,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 46] +Iyengar & Thomson Expires January 18, 2020 [Page 46] Internet-Draft QUIC Transport Protocol July 2019 @@ -2629,7 +2629,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 47] +Iyengar & Thomson Expires January 18, 2020 [Page 47] Internet-Draft QUIC Transport Protocol July 2019 @@ -2685,7 +2685,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 48] +Iyengar & Thomson Expires January 18, 2020 [Page 48] Internet-Draft QUIC Transport Protocol July 2019 @@ -2741,7 +2741,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 49] +Iyengar & Thomson Expires January 18, 2020 [Page 49] Internet-Draft QUIC Transport Protocol July 2019 @@ -2797,7 +2797,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 50] +Iyengar & Thomson Expires January 18, 2020 [Page 50] Internet-Draft QUIC Transport Protocol July 2019 @@ -2853,7 +2853,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 51] +Iyengar & Thomson Expires January 18, 2020 [Page 51] Internet-Draft QUIC Transport Protocol July 2019 @@ -2909,7 +2909,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 52] +Iyengar & Thomson Expires January 18, 2020 [Page 52] Internet-Draft QUIC Transport Protocol July 2019 @@ -2965,7 +2965,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 53] +Iyengar & Thomson Expires January 18, 2020 [Page 53] Internet-Draft QUIC Transport Protocol July 2019 @@ -3021,7 +3021,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 54] +Iyengar & Thomson Expires January 18, 2020 [Page 54] Internet-Draft QUIC Transport Protocol July 2019 @@ -3077,7 +3077,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 55] +Iyengar & Thomson Expires January 18, 2020 [Page 55] Internet-Draft QUIC Transport Protocol July 2019 @@ -3133,7 +3133,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 56] +Iyengar & Thomson Expires January 18, 2020 [Page 56] Internet-Draft QUIC Transport Protocol July 2019 @@ -3189,7 +3189,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 57] +Iyengar & Thomson Expires January 18, 2020 [Page 57] Internet-Draft QUIC Transport Protocol July 2019 @@ -3245,7 +3245,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 58] +Iyengar & Thomson Expires January 18, 2020 [Page 58] Internet-Draft QUIC Transport Protocol July 2019 @@ -3301,7 +3301,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 59] +Iyengar & Thomson Expires January 18, 2020 [Page 59] Internet-Draft QUIC Transport Protocol July 2019 @@ -3357,7 +3357,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 60] +Iyengar & Thomson Expires January 18, 2020 [Page 60] Internet-Draft QUIC Transport Protocol July 2019 @@ -3413,7 +3413,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 61] +Iyengar & Thomson Expires January 18, 2020 [Page 61] Internet-Draft QUIC Transport Protocol July 2019 @@ -3469,7 +3469,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 62] +Iyengar & Thomson Expires January 18, 2020 [Page 62] Internet-Draft QUIC Transport Protocol July 2019 @@ -3525,7 +3525,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 63] +Iyengar & Thomson Expires January 18, 2020 [Page 63] Internet-Draft QUIC Transport Protocol July 2019 @@ -3581,7 +3581,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 64] +Iyengar & Thomson Expires January 18, 2020 [Page 64] Internet-Draft QUIC Transport Protocol July 2019 @@ -3637,7 +3637,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 65] +Iyengar & Thomson Expires January 18, 2020 [Page 65] Internet-Draft QUIC Transport Protocol July 2019 @@ -3693,7 +3693,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 66] +Iyengar & Thomson Expires January 18, 2020 [Page 66] Internet-Draft QUIC Transport Protocol July 2019 @@ -3749,7 +3749,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 67] +Iyengar & Thomson Expires January 18, 2020 [Page 67] Internet-Draft QUIC Transport Protocol July 2019 @@ -3805,7 +3805,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 68] +Iyengar & Thomson Expires January 18, 2020 [Page 68] Internet-Draft QUIC Transport Protocol July 2019 @@ -3861,7 +3861,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 69] +Iyengar & Thomson Expires January 18, 2020 [Page 69] Internet-Draft QUIC Transport Protocol July 2019 @@ -3917,7 +3917,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 70] +Iyengar & Thomson Expires January 18, 2020 [Page 70] Internet-Draft QUIC Transport Protocol July 2019 @@ -3973,7 +3973,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 71] +Iyengar & Thomson Expires January 18, 2020 [Page 71] Internet-Draft QUIC Transport Protocol July 2019 @@ -4029,7 +4029,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 72] +Iyengar & Thomson Expires January 18, 2020 [Page 72] Internet-Draft QUIC Transport Protocol July 2019 @@ -4085,7 +4085,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 73] +Iyengar & Thomson Expires January 18, 2020 [Page 73] Internet-Draft QUIC Transport Protocol July 2019 @@ -4141,7 +4141,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 74] +Iyengar & Thomson Expires January 18, 2020 [Page 74] Internet-Draft QUIC Transport Protocol July 2019 @@ -4197,7 +4197,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 75] +Iyengar & Thomson Expires January 18, 2020 [Page 75] Internet-Draft QUIC Transport Protocol July 2019 @@ -4253,7 +4253,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 76] +Iyengar & Thomson Expires January 18, 2020 [Page 76] Internet-Draft QUIC Transport Protocol July 2019 @@ -4309,7 +4309,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 77] +Iyengar & Thomson Expires January 18, 2020 [Page 77] Internet-Draft QUIC Transport Protocol July 2019 @@ -4365,7 +4365,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 78] +Iyengar & Thomson Expires January 18, 2020 [Page 78] Internet-Draft QUIC Transport Protocol July 2019 @@ -4421,7 +4421,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 79] +Iyengar & Thomson Expires January 18, 2020 [Page 79] Internet-Draft QUIC Transport Protocol July 2019 @@ -4477,7 +4477,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 80] +Iyengar & Thomson Expires January 18, 2020 [Page 80] Internet-Draft QUIC Transport Protocol July 2019 @@ -4533,7 +4533,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 81] +Iyengar & Thomson Expires January 18, 2020 [Page 81] Internet-Draft QUIC Transport Protocol July 2019 @@ -4589,7 +4589,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 82] +Iyengar & Thomson Expires January 18, 2020 [Page 82] Internet-Draft QUIC Transport Protocol July 2019 @@ -4645,7 +4645,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 83] +Iyengar & Thomson Expires January 18, 2020 [Page 83] Internet-Draft QUIC Transport Protocol July 2019 @@ -4701,7 +4701,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 84] +Iyengar & Thomson Expires January 18, 2020 [Page 84] Internet-Draft QUIC Transport Protocol July 2019 @@ -4757,7 +4757,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 85] +Iyengar & Thomson Expires January 18, 2020 [Page 85] Internet-Draft QUIC Transport Protocol July 2019 @@ -4813,7 +4813,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 86] +Iyengar & Thomson Expires January 18, 2020 [Page 86] Internet-Draft QUIC Transport Protocol July 2019 @@ -4869,7 +4869,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 87] +Iyengar & Thomson Expires January 18, 2020 [Page 87] Internet-Draft QUIC Transport Protocol July 2019 @@ -4925,7 +4925,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 88] +Iyengar & Thomson Expires January 18, 2020 [Page 88] Internet-Draft QUIC Transport Protocol July 2019 @@ -4981,7 +4981,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 89] +Iyengar & Thomson Expires January 18, 2020 [Page 89] Internet-Draft QUIC Transport Protocol July 2019 @@ -5037,7 +5037,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 90] +Iyengar & Thomson Expires January 18, 2020 [Page 90] Internet-Draft QUIC Transport Protocol July 2019 @@ -5093,7 +5093,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 91] +Iyengar & Thomson Expires January 18, 2020 [Page 91] Internet-Draft QUIC Transport Protocol July 2019 @@ -5149,7 +5149,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 92] +Iyengar & Thomson Expires January 18, 2020 [Page 92] Internet-Draft QUIC Transport Protocol July 2019 @@ -5205,7 +5205,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 93] +Iyengar & Thomson Expires January 18, 2020 [Page 93] Internet-Draft QUIC Transport Protocol July 2019 @@ -5261,7 +5261,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 94] +Iyengar & Thomson Expires January 18, 2020 [Page 94] Internet-Draft QUIC Transport Protocol July 2019 @@ -5317,7 +5317,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 95] +Iyengar & Thomson Expires January 18, 2020 [Page 95] Internet-Draft QUIC Transport Protocol July 2019 @@ -5373,7 +5373,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 96] +Iyengar & Thomson Expires January 18, 2020 [Page 96] Internet-Draft QUIC Transport Protocol July 2019 @@ -5429,7 +5429,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 97] +Iyengar & Thomson Expires January 18, 2020 [Page 97] Internet-Draft QUIC Transport Protocol July 2019 @@ -5485,7 +5485,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 98] +Iyengar & Thomson Expires January 18, 2020 [Page 98] Internet-Draft QUIC Transport Protocol July 2019 @@ -5541,7 +5541,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 99] +Iyengar & Thomson Expires January 18, 2020 [Page 99] Internet-Draft QUIC Transport Protocol July 2019 @@ -5597,7 +5597,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 100] +Iyengar & Thomson Expires January 18, 2020 [Page 100] Internet-Draft QUIC Transport Protocol July 2019 @@ -5653,7 +5653,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 101] +Iyengar & Thomson Expires January 18, 2020 [Page 101] Internet-Draft QUIC Transport Protocol July 2019 @@ -5709,7 +5709,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 102] +Iyengar & Thomson Expires January 18, 2020 [Page 102] Internet-Draft QUIC Transport Protocol July 2019 @@ -5765,7 +5765,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 103] +Iyengar & Thomson Expires January 18, 2020 [Page 103] Internet-Draft QUIC Transport Protocol July 2019 @@ -5821,7 +5821,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 104] +Iyengar & Thomson Expires January 18, 2020 [Page 104] Internet-Draft QUIC Transport Protocol July 2019 @@ -5877,7 +5877,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 105] +Iyengar & Thomson Expires January 18, 2020 [Page 105] Internet-Draft QUIC Transport Protocol July 2019 @@ -5933,7 +5933,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 106] +Iyengar & Thomson Expires January 18, 2020 [Page 106] Internet-Draft QUIC Transport Protocol July 2019 @@ -5989,7 +5989,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 107] +Iyengar & Thomson Expires January 18, 2020 [Page 107] Internet-Draft QUIC Transport Protocol July 2019 @@ -6045,7 +6045,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 108] +Iyengar & Thomson Expires January 18, 2020 [Page 108] Internet-Draft QUIC Transport Protocol July 2019 @@ -6101,7 +6101,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 109] +Iyengar & Thomson Expires January 18, 2020 [Page 109] Internet-Draft QUIC Transport Protocol July 2019 @@ -6157,7 +6157,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 110] +Iyengar & Thomson Expires January 18, 2020 [Page 110] Internet-Draft QUIC Transport Protocol July 2019 @@ -6213,7 +6213,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 111] +Iyengar & Thomson Expires January 18, 2020 [Page 111] Internet-Draft QUIC Transport Protocol July 2019 @@ -6269,7 +6269,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 112] +Iyengar & Thomson Expires January 18, 2020 [Page 112] Internet-Draft QUIC Transport Protocol July 2019 @@ -6325,7 +6325,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 113] +Iyengar & Thomson Expires January 18, 2020 [Page 113] Internet-Draft QUIC Transport Protocol July 2019 @@ -6381,7 +6381,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 114] +Iyengar & Thomson Expires January 18, 2020 [Page 114] Internet-Draft QUIC Transport Protocol July 2019 @@ -6437,7 +6437,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 115] +Iyengar & Thomson Expires January 18, 2020 [Page 115] Internet-Draft QUIC Transport Protocol July 2019 @@ -6493,7 +6493,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 116] +Iyengar & Thomson Expires January 18, 2020 [Page 116] Internet-Draft QUIC Transport Protocol July 2019 @@ -6549,7 +6549,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 117] +Iyengar & Thomson Expires January 18, 2020 [Page 117] Internet-Draft QUIC Transport Protocol July 2019 @@ -6605,7 +6605,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 118] +Iyengar & Thomson Expires January 18, 2020 [Page 118] Internet-Draft QUIC Transport Protocol July 2019 @@ -6661,7 +6661,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 119] +Iyengar & Thomson Expires January 18, 2020 [Page 119] Internet-Draft QUIC Transport Protocol July 2019 @@ -6717,7 +6717,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 120] +Iyengar & Thomson Expires January 18, 2020 [Page 120] Internet-Draft QUIC Transport Protocol July 2019 @@ -6773,7 +6773,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 121] +Iyengar & Thomson Expires January 18, 2020 [Page 121] Internet-Draft QUIC Transport Protocol July 2019 @@ -6829,7 +6829,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 122] +Iyengar & Thomson Expires January 18, 2020 [Page 122] Internet-Draft QUIC Transport Protocol July 2019 @@ -6885,7 +6885,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 123] +Iyengar & Thomson Expires January 18, 2020 [Page 123] Internet-Draft QUIC Transport Protocol July 2019 @@ -6941,7 +6941,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 124] +Iyengar & Thomson Expires January 18, 2020 [Page 124] Internet-Draft QUIC Transport Protocol July 2019 @@ -6997,7 +6997,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 125] +Iyengar & Thomson Expires January 18, 2020 [Page 125] Internet-Draft QUIC Transport Protocol July 2019 @@ -7053,7 +7053,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 126] +Iyengar & Thomson Expires January 18, 2020 [Page 126] Internet-Draft QUIC Transport Protocol July 2019 @@ -7109,7 +7109,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 127] +Iyengar & Thomson Expires January 18, 2020 [Page 127] Internet-Draft QUIC Transport Protocol July 2019 @@ -7165,7 +7165,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 128] +Iyengar & Thomson Expires January 18, 2020 [Page 128] Internet-Draft QUIC Transport Protocol July 2019 @@ -7221,7 +7221,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 129] +Iyengar & Thomson Expires January 18, 2020 [Page 129] Internet-Draft QUIC Transport Protocol July 2019 @@ -7277,7 +7277,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 130] +Iyengar & Thomson Expires January 18, 2020 [Page 130] Internet-Draft QUIC Transport Protocol July 2019 @@ -7333,7 +7333,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 131] +Iyengar & Thomson Expires January 18, 2020 [Page 131] Internet-Draft QUIC Transport Protocol July 2019 @@ -7389,7 +7389,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 132] +Iyengar & Thomson Expires January 18, 2020 [Page 132] Internet-Draft QUIC Transport Protocol July 2019 @@ -7445,7 +7445,7 @@ Appendix B. Change Log -Iyengar & Thomson Expires January 17, 2020 [Page 133] +Iyengar & Thomson Expires January 18, 2020 [Page 133] Internet-Draft QUIC Transport Protocol July 2019 @@ -7501,7 +7501,7 @@ B.2. Since draft-ietf-quic-transport-20 -Iyengar & Thomson Expires January 17, 2020 [Page 134] +Iyengar & Thomson Expires January 18, 2020 [Page 134] Internet-Draft QUIC Transport Protocol July 2019 @@ -7557,7 +7557,7 @@ B.4. Since draft-ietf-quic-transport-18 -Iyengar & Thomson Expires January 17, 2020 [Page 135] +Iyengar & Thomson Expires January 18, 2020 [Page 135] Internet-Draft QUIC Transport Protocol July 2019 @@ -7613,7 +7613,7 @@ B.6. Since draft-ietf-quic-transport-16 -Iyengar & Thomson Expires January 17, 2020 [Page 136] +Iyengar & Thomson Expires January 18, 2020 [Page 136] Internet-Draft QUIC Transport Protocol July 2019 @@ -7669,7 +7669,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 137] +Iyengar & Thomson Expires January 18, 2020 [Page 137] Internet-Draft QUIC Transport Protocol July 2019 @@ -7725,7 +7725,7 @@ B.9. Since draft-ietf-quic-transport-13 -Iyengar & Thomson Expires January 17, 2020 [Page 138] +Iyengar & Thomson Expires January 18, 2020 [Page 138] Internet-Draft QUIC Transport Protocol July 2019 @@ -7781,7 +7781,7 @@ B.10. Since draft-ietf-quic-transport-12 -Iyengar & Thomson Expires January 17, 2020 [Page 139] +Iyengar & Thomson Expires January 18, 2020 [Page 139] Internet-Draft QUIC Transport Protocol July 2019 @@ -7837,7 +7837,7 @@ B.12. Since draft-ietf-quic-transport-10 -Iyengar & Thomson Expires January 17, 2020 [Page 140] +Iyengar & Thomson Expires January 18, 2020 [Page 140] Internet-Draft QUIC Transport Protocol July 2019 @@ -7893,7 +7893,7 @@ B.14. Since draft-ietf-quic-transport-08 -Iyengar & Thomson Expires January 17, 2020 [Page 141] +Iyengar & Thomson Expires January 18, 2020 [Page 141] Internet-Draft QUIC Transport Protocol July 2019 @@ -7949,7 +7949,7 @@ B.15. Since draft-ietf-quic-transport-07 -Iyengar & Thomson Expires January 17, 2020 [Page 142] +Iyengar & Thomson Expires January 18, 2020 [Page 142] Internet-Draft QUIC Transport Protocol July 2019 @@ -8005,7 +8005,7 @@ B.18. Since draft-ietf-quic-transport-04 -Iyengar & Thomson Expires January 17, 2020 [Page 143] +Iyengar & Thomson Expires January 18, 2020 [Page 143] Internet-Draft QUIC Transport Protocol July 2019 @@ -8061,7 +8061,7 @@ B.20. Since draft-ietf-quic-transport-02 -Iyengar & Thomson Expires January 17, 2020 [Page 144] +Iyengar & Thomson Expires January 18, 2020 [Page 144] Internet-Draft QUIC Transport Protocol July 2019 @@ -8117,7 +8117,7 @@ B.21. Since draft-ietf-quic-transport-01 -Iyengar & Thomson Expires January 17, 2020 [Page 145] +Iyengar & Thomson Expires January 18, 2020 [Page 145] Internet-Draft QUIC Transport Protocol July 2019 @@ -8173,7 +8173,7 @@ Internet-Draft QUIC Transport Protocol July 2019 -Iyengar & Thomson Expires January 17, 2020 [Page 146] +Iyengar & Thomson Expires January 18, 2020 [Page 146] Internet-Draft QUIC Transport Protocol July 2019 @@ -8229,7 +8229,7 @@ B.23. Since draft-hamilton-quic-transport-protocol-01 -Iyengar & Thomson Expires January 17, 2020 [Page 147] +Iyengar & Thomson Expires January 18, 2020 [Page 147] Internet-Draft QUIC Transport Protocol July 2019 @@ -8285,4 +8285,4 @@ Authors' Addresses -Iyengar & Thomson Expires January 17, 2020 [Page 148] +Iyengar & Thomson Expires January 18, 2020 [Page 148] diff --git a/index.html b/index.html index 0146f23f76..18b956cad9 100644 --- a/index.html +++ b/index.html @@ -73,2944 +73,2934 @@

Editor's drafts for master branch of ianswett-streams-editorial

- +

Preview for branch qpack-editorial-0519

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch client-new-token

- +

Preview for branch pne-stable

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch close2205

- +

Preview for branch qwik

+
- - - - + - - - - + - - - - + - - - - + + + + + + + + - - - - + - - - - - -
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master + diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master - diff with last submission
-

Preview for branch transport

- - - - - - - +
*htmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch transport/late-packets

- +

Preview for branch ianswett-move-retry

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - - -
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master - diff with last submission
-

Preview for branch http

- - - - - - - +
*htmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/stupid_but_permitted

- +

Preview for branch simultaneous-update

+
- - - - + - - - - + - - - - + - - - - + + + + + + + + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master + diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/no-server-bidi

- +

Preview for branch issue2153

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/unknown_placeholder

- +

Preview for branch ianswett-no-crypto-data

+
- - - - + - - - - + - - - - + - - - - + + + + + + + + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master + diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/no_push_on_connect

- +

Preview for branch cite-manageability

+
- - - - + - - - - + - - - - + - - - - + + + + + + + + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master + diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/invalid_duplicate

- +

Preview for branch firm-stop-sending

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/rst_if_possible

- +

Preview for branch ianswett-merge-pto

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/break_up_h2_considerations

- +

Preview for branch ianswett-exceed-stream-limits

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/reorder_sections

- +

Preview for branch ianswett-ack-ack

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/max-header-list-size

- +

Preview for branch close2205

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/goaway_error

- +

Preview for branch unrecoverable-without-1rtt

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/why-default

- +

Preview for branch ianswett-fix-no-rtt

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/qpack-in-message

- +

Preview for branch ianswett-2479

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/restate-malformed

- +

Preview for branch idle-timeout-asymmetric

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/criticaler-streams

- +

Preview for branch dont-coordinate-spin

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/more_h2

- +

Preview for branch vectors-23

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch http/goaway-limits

- +

Preview for branch changelog-21

+
- - - - + - - - - + - - - - - - - - - - - - - - - - - - + + + + + + + + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master - diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master - diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master + diff with master + diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch vectors-23

- +

Preview for branch ianswett-initial-secrets-constant

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch idle-timeout-asymmetric

- +

Preview for branch ianswett-transport

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch issue2153

- +

Preview for branch transport

+
+ + + + + + + +
*htmlplain textdiff with master + diff with last submission
+

Preview for branch transport/late-packets

+ - - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch simultaneous-update

- +

Preview for branch ianswett-merge-cto-pto

+
- - - - + - - - - + - - - - + - - - - - - - - - - - + - - - - + - - - - + +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master - diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + plain textdiff with master diff with last submission
-

Preview for branch qwik

- +

Preview for branch issue2890

+
- - - - + - - - - + - - - - + - - - - - - - - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master - diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch pne-stable

- +

Preview for branch client-new-token

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch qpack-editorial-0519

- +

Preview for branch retry-rekey

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-move-retry

- +

Preview for branch error-handling-principles

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch error-handling-principles

- +

Preview for branch define-terms

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-exceed-stream-limits

- +

Preview for branch http

+
+ + + + + + + +
*htmlplain textdiff with master + diff with last submission
+

Preview for branch http/max-header-list-size

+ - - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch insert-count-increment

- +

Preview for branch http/invalid_duplicate

+
- - - - + - - - - + - - - - + - - - - - - - - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master - diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch retry-rekey

- +

Preview for branch http/criticaler-streams

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch firm-stop-sending

- +

Preview for branch http/no_push_on_connect

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-ack-ack

- +

Preview for branch http/why-default

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch cite-manageability

- +

Preview for branch http/no-server-bidi

+
- - - - + - - - - + - - - - + - - - - - - - - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master - diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch unrecoverable-without-1rtt

- +

Preview for branch http/restate-malformed

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-transport

- +

Preview for branch http/reorder_sections

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-merge-cto-pto

- +

Preview for branch http/goaway_error

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch define-terms

- +

Preview for branch http/goaway-limits

+
- - - - + - - - - + - - - - + - - - - + + + + + + + + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master + diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch issue2890

- +

Preview for branch http/more_h2

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-no-crypto-data

- +

Preview for branch http/stupid_but_permitted

+
- - - - + - - - - + - - - - + - - - - - - - - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master - diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch dont-coordinate-spin

- +

Preview for branch http/rst_if_possible

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-fix-no-rtt

- +

Preview for branch http/unknown_placeholder

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch changelog-21

- +

Preview for branch http/qpack-in-message

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-initial-secrets-constant

- +

Preview for branch http/break_up_h2_considerations

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
@@ -3077,129 +3067,139 @@

Preview for branch ianswett-under-utilizi diff with last submission -

Preview for branch ianswett-merge-pto

- +

Preview for branch insert-count-increment

+
- - - - + - - - - + - - - - + - - - - + + + + + + + + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master + diff with last submission
draft-ietf-quic-spin-exphtmlplain textdiff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission
-

Preview for branch ianswett-2479

- +

Preview for branch ianswett-streams-editorial

+
- - - - + - - - - + - - - - + - - - - + - - - - + - - - - +
draft-ietf-quic-httphtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-invariantshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-qpackhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-recoveryhtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-tlshtmlplain textdiff with master + diff with master diff with last submission
draft-ietf-quic-transporthtmlplain textdiff with master + diff with master diff with last submission