Skip to main content

HTTP/3
draft-ietf-quic-http-34

Approval announcement
Draft of message to be sent after approval:

Announcement

From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Cc: The IESG <iesg@ietf.org>, draft-ietf-quic-http@ietf.org, lucaspardue.24.7@gmail.com, magnus.westerlund@ericsson.com, quic-chairs@ietf.org, quic@ietf.org, rfc-editor@rfc-editor.org
Subject: Protocol Action: 'Hypertext Transfer Protocol Version 3 (HTTP/3)' to Proposed Standard (draft-ietf-quic-http-34.txt)

The IESG has approved the following document:
- 'Hypertext Transfer Protocol Version 3 (HTTP/3)'
  (draft-ietf-quic-http-34.txt) as Proposed Standard

This document is the product of the QUIC Working Group.

The IESG contact persons are Martin Duke and Magnus Westerlund.

A URL of this Internet Draft is:
https://datatracker.ietf.org/doc/draft-ietf-quic-http/


Ballot Text

Technical Summary:

QUIC is a standards-track, UDP-based, stream-multiplexing, encrypted
transport protocol. Its main features are minimizing connection
establishment and overall transport latency for applications such as
HTTP/3, providing multiplexing without head-of-line blocking, requiring
only changes to path endpoints to enable deployment, providing
always-secure transport using TLS 1.3.

This document set specifies the QUIC transport protocol and it
version-independent invariants, its loss detection and recovery
approach, its use of TLS1.3 for providing security, and a new version of
HTTP that uses QUIC (HTTP/3), along with QPACK for header compression in
that protocol.

Working Group Summary:

As can be expected, discussion on many aspects of QUIC was quite
intense. The resulting consensus, however, was judged by the chairs to
be both strong and broad.

Document Quality:

There are over twenty implementations of QUIC that are participating in
interop testing, including all major web browsers and many server, CDN
and standalone library implementations.

The acknowledgements sections of the I-Ds highlight the individuals that
made major contributions to a given document.

Personnel:

The document shepherds for the individual I-Ds are:

-   Lucas Pardue:
    -   draft-ietf-quic-http
    -   draft-ietf-quic-qpack
-   Lars Eggert:
    -   draft-ietf-quic-transport
    -   draft-ietf-quic-recovery
-   Mark Nottingham:
    -   draft-ietf-quic-tls
    -   draft-ietf-quic-invariants

The responsible AD for the document set is Magnus Westerlund.

RFC Editor Note

RFC Editor Note

Section 6.2.2:

OLD:

   Each Push ID MUST only be used once in a push stream header.  If a
   push stream header includes a Push ID that was used in another push
   stream header, the client MUST treat this as a connection error of
   type H3_ID_ERROR; see Section 8.

NEW:

   Each Push ID MUST only be used once in a push stream header. If a 
   client detects that a push stream header includes a Push ID that 
   was used in another push stream header, the client MUST treat this 
   as a connection error of type H3_ID_ERROR; see Section 8.