<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-webtrans-http3-13" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="WebTransport-H3">WebTransport over HTTP/3</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http3-13"/>
    <author initials="A." surname="Frindell" fullname="Alan Frindell">
      <organization>Facebook</organization>
      <address>
        <email>afrind@fb.com</email>
      </address>
    </author>
    <author initials="E." surname="Kinnear" fullname="Eric Kinnear">
      <organization>Apple Inc.</organization>
      <address>
        <email>ekinnear@apple.com</email>
      </address>
    </author>
    <author initials="V." surname="Vasiliev" fullname="Victor Vasiliev">
      <organization>Google</organization>
      <address>
        <email>vasilvv@google.com</email>
      </address>
    </author>
    <date/>
    <area>Transport</area>
    <abstract>
      <?line 35?>

<t>WebTransport <xref target="OVERVIEW"/> is a protocol framework
that enables application clients constrained by the Web security model to
communicate with a remote application server using a secure multiplexed
transport.  This document describes a WebTransport protocol that is based on
HTTP/3 <xref target="HTTP3"/> and provides support for unidirectional streams,
bidirectional streams, and datagrams, all multiplexed within the same HTTP/3
connection.</t>
    </abstract>
    <note>
      <name>Note to Readers</name>
      <?line 45?>

<t>Discussion of this draft takes place on the WebTransport mailing list
(webtransport@ietf.org), which is archived at
&lt;https://mailarchive.ietf.org/arch/search/?email_list=webtransport&gt;.</t>
      <t>The repository tracking the issues for this draft can be found at
&lt;https://github.com/ietf-wg-webtrans/draft-ietf-webtrans-http3/issues&gt;.  The
web API draft corresponding to this document can be found at
&lt;https://w3c.github.io/webtransport/&gt;.</t>
    </note>
  </front>
  <middle>
    <?line 56?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>HTTP/3 <xref target="HTTP3"/> is a protocol defined on top of QUIC <xref target="RFC9000"/> that can
multiplex HTTP requests over a QUIC connection.  This document defines a
mechanism for multiplexing non-HTTP data with HTTP/3 in a manner that conforms
with the WebTransport protocol requirements and semantics <xref target="OVERVIEW"/>.  Using
the mechanism described here, multiple WebTransport instances, or sessions, can
be multiplexed simultaneously with regular HTTP traffic on the same HTTP/3
connection.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
"SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/>
when, and only when, they appear in all capitals, as shown here.</t>
        <t>This document follows terminology defined in Section 1.2 of <xref target="OVERVIEW"/>.  Note
that this document distinguishes between a WebTransport server and an HTTP/3
server.  An HTTP/3 server is the server that terminates HTTP/3 connections; a
WebTransport server is an application that accepts WebTransport sessions, which
can be accessed via an HTTP/3 server.  An application client is user or
developer-provided code, often untrusted, that utilizes the interface offered
by the WebTransport client to communicate with an application server. The
application server uses the interface offered by the WebTransport server to
accept incoming WebTransport sessions.</t>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <section anchor="quic-webtransport-and-http3">
        <name>QUIC, WebTransport, and HTTP/3</name>
        <t>QUIC version 1 <xref target="RFC9000"/> is a secure transport protocol with flow control and
congestion control.  QUIC supports application data exchange via streams;
reliable and ordered byte streams that can be multiplexed.  Stream independence
can mitigate head-of-line blocking.  While QUIC provides streams as a transport
service, it is unopinionated about their usage.  The applicability of streams is
described by section 4 of <xref target="RFC9308"/>.</t>
        <t>HTTP is an application-layer protocol, defined by "HTTP Semantics" <xref target="RFC9110"/>.
HTTP/3 is the application mapping for QUIC, defined in <xref target="RFC9114"/>.  It
describes how QUIC streams are used to carry control data or HTTP request and
response message sequences in the form of frames and describes details
of stream and connection lifecycle management.  HTTP/3 offers two features in
addition to HTTP Semantics: QPACK header compression <xref target="RFC9208"/> and Server
Push <xref section="4.6" sectionFormat="of" target="RFC9114"/>.</t>
        <t>WebTransport session establishment involves interacting at the HTTP layer with a
resource.  For Web user agents and other WebTransport clients, this interaction
is important for security reasons, especially to ensure that the resource is
willing to use WebTransport.</t>
        <t>Although WebTransport requires HTTP for its handshake, when HTTP/3 is in use,
HTTP is not used for anything else related to an established session.  Instead,
QUIC streams begin with a sequence of header bytes that links them to the
established session.  The remainder of the stream is the body, which carries
the payload supplied by the application using WebTransport.  This process is
similar to WebSockets over HTTP/1.1 <xref target="ORIGIN"/>, where access to the
underlying byte stream is enabled after both sides have completed an initial
handshake.</t>
        <t>The layering of QUIC, HTTP/3, and WebTransport is shown in
<xref target="fig-webtransport-layers"/>.  Once a WebTransport session is established,
applications have nearly direct access to QUIC.</t>
        <figure anchor="fig-webtransport-layers">
          <name>WebTransport Layering</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="208" width="280" viewBox="0 0 280 208" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,192" fill="none" stroke="black"/>
                <path d="M 144,64 L 144,160" fill="none" stroke="black"/>
                <path d="M 272,32 L 272,192" fill="none" stroke="black"/>
                <path d="M 8,32 L 272,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 272,64" fill="none" stroke="black"/>
                <path d="M 8,128 L 144,128" fill="none" stroke="black"/>
                <path d="M 8,160 L 272,160" fill="none" stroke="black"/>
                <path d="M 8,192 L 272,192" fill="none" stroke="black"/>
                <g class="text">
                  <text x="156" y="52">WebTransport</text>
                  <text x="36" y="84">HTTP</text>
                  <text x="96" y="84">Semantics</text>
                  <text x="72" y="100">and</text>
                  <text x="48" y="116">Session</text>
                  <text x="104" y="116">Setup</text>
                  <text x="180" y="116">Nearly</text>
                  <text x="236" y="116">direct</text>
                  <text x="76" y="148">HTTP/3</text>
                  <text x="148" y="180">QUIC</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
,--------------------------------,
|            WebTransport        |
,----------------,---------------,
| HTTP Semantics |               |
|      and       |               |
| Session Setup  | Nearly direct |
,----------------,               |
|     HTTP/3     |               |
,----------------`---------------,
|               QUIC             |
`--------------------------------'
]]></artwork>
          </artset>
        </figure>
        <section anchor="minimizing-implementation-complexity">
          <name>Minimizing Implementation Complexity</name>
          <t>WebTransport has minimal interaction with HTTP and HTTP/3.  Clients and servers
can constrain their use of features to only those required to complete a
WebTransport handshake:</t>
          <ul spacing="normal">
            <li>
              <t>Generating/parsing the request method, host, path, protocol, optional Origin
header field, and perhaps some extra header fields.</t>
            </li>
            <li>
              <t>Generating/parsing the response status code and possibly some extra header
fields.</t>
            </li>
          </ul>
          <t>A WebTransport endpoint, whether a client or a server, can likely perform
several of its HTTP-level requirements using bytestring comparisons.</t>
          <t>While HTTP/3 encodes HTTP messages using QPACK, this complexity can be
minimized.  When receiving, a WebTransport endpoint can disable dynamic
decompression entirely but must always support static decompression and Huffman
decoding.  When sending, endpoints can opt to never use dynamic compression,
static compression, or Huffman encoding.</t>
        </section>
      </section>
      <section anchor="protocol-overview">
        <name>Protocol Overview</name>
        <t>WebTransport servers in general are identified by a pair of authority value and
path value (defined in <xref target="RFC3986"/> Sections 3.2 and 3.3 correspondingly).</t>
        <t>When an HTTP/3 connection is established, both the client and the server send a
SETTINGS_WT_MAX_SESSIONS setting to indicate support for WebTransport over
HTTP/3.  This process also negotiates the use of additional HTTP/3 extensions
to enable both endpoints to open WebTransport streams.</t>
        <t>WebTransport sessions are initiated inside a given HTTP/3 connection by the
client, who sends an extended CONNECT request <xref target="RFC9220"/>.  If the server
accepts the request, a WebTransport session is established.  The resulting
stream will be further referred to as a <em>CONNECT stream</em>, and its stream ID is
used to uniquely identify a given WebTransport session within the connection.
The ID of the CONNECT stream that established a given WebTransport session will
be further referred to as a <em>Session ID</em>.</t>
        <t>After the session is established, the endpoints can exchange data using the
following mechanisms:</t>
        <ul spacing="normal">
          <li>
            <t>A client can create a bidirectional stream and transfer its ownership to
WebTransport by providing a special signal in the first bytes.</t>
          </li>
          <li>
            <t>A server can create a bidirectional stream and transfer its ownership to
WebTransport by providing a special signal in the first bytes.</t>
          </li>
          <li>
            <t>Both client and server can create a unidirectional stream using a special
stream type.</t>
          </li>
          <li>
            <t>Both client and server can send datagrams using HTTP Datagrams
<xref target="HTTP-DATAGRAM"/>.</t>
          </li>
        </ul>
        <t>A WebTransport session is terminated when the CONNECT stream that created it is
closed.</t>
      </section>
    </section>
    <section anchor="session-establishment">
      <name>Session Establishment</name>
      <section anchor="establishing">
        <name>Establishing a WebTransport-Capable HTTP/3 Connection</name>
        <t>A WebTransport-Capable HTTP/3 connection requires the client and server to both
signal support for WebTransport over HTTP/3 using a setting. Clients also
signal support by using the "webtransport" upgrade token in extended CONNECT
requests when establishing sessions (see <xref target="upgrade-token"/>).</t>
        <t>WebTransport over HTTP/3 uses extended CONNECT in HTTP/3 as described in
<xref target="RFC9220"/>, which defines the SETTINGS_ENABLE_CONNECT_PROTOCOL setting.  This
document defines a SETTINGS_WT_MAX_SESSIONS setting for indicating the number
of WebTransport sessions a connection supports.  The default value for the
SETTINGS_WT_MAX_SESSIONS setting is "0", meaning that the endpoint is not
willing to receive any WebTransport sessions.</t>
        <t>A server supporting WebTransport over HTTP/3 MUST send both the
SETTINGS_WT_MAX_SESSIONS setting with a value greater than "0" and the
SETTINGS_ENABLE_CONNECT_PROTOCOL setting with a value of "1".</t>
        <t>A client supporting WebTransport over HTTP/3 MUST send the
SETTINGS_WT_MAX_SESSIONS setting with a value greater than "0".</t>
        <t>Clients MUST NOT attempt to establish WebTransport sessions until they have
received the settings indicating WebTransport support from the server.</t>
        <t>[[RFC editor: please remove the following paragraph before publication.]]</t>
        <t>For draft versions of WebTransport only, the server MUST NOT process any
incoming WebTransport requests until the client settings have been received, as
the client may be using a version of the WebTransport extension that is
different from the one used by the server.</t>
        <t>Because WebTransport over HTTP/3 requires support for HTTP/3 datagrams and the
Capsule Protocol, both the client and the server MUST indicate support for
HTTP/3 datagrams by sending a SETTINGS_H3_DATAGRAM setting value set to 1 in
their SETTINGS frame (see <xref section="2.1.1" sectionFormat="of" target="HTTP-DATAGRAM"/>).  Servers should
also note that CONNECT requests to establish new WebTransport sessions, in
addition to other messages, may arrive before this SETTING is received (see
<xref target="buffering-incoming"/>).</t>
        <t>WebTransport over HTTP/3 also requires support for QUIC datagrams.  To indicate
support, both the client and the server MUST send a max_datagram_frame_size
transport parameter with a value greater than 0 (see <xref section="3" sectionFormat="of" target="QUIC-DATAGRAM"/>).</t>
        <t>Any WebTransport requests sent by the client without enabling QUIC and HTTP
datagrams MUST be treated as malformed by the server, as described in
<xref section="4.1.2" sectionFormat="of" target="HTTP3"/>.</t>
        <t>WebTransport over HTTP/3 relies on the RESET_STREAM_AT frame defined in
<xref target="RESET-STREAM-AT"/>.  To indicate support,
both the client and the server MUST enable the extension as described
in <xref section="3" sectionFormat="of" target="RESET-STREAM-AT"/>.</t>
      </section>
      <section anchor="creating-a-new-session">
        <name>Creating a New Session</name>
        <t>As WebTransport sessions are established over HTTP/3, they are identified using
the <tt>https</tt> URI scheme (<xref section="4.2.2" sectionFormat="of" target="HTTP"/>).</t>
        <t>In order to create a new WebTransport session, a WebTransport client sends an
HTTP extended CONNECT request.  In this request:</t>
        <ul spacing="normal">
          <li>
            <t>The <tt>:protocol</tt> pseudo-header field(<xref target="RFC8441"/>) MUST be set to
<tt>webtransport</tt>.</t>
          </li>
          <li>
            <t>The <tt>:scheme</tt> field MUST be <tt>https</tt>.</t>
          </li>
          <li>
            <t>Both the <tt>:authority</tt> and the <tt>:path</tt> value MUST be set; these fields identify
the desired WebTransport server resource.</t>
          </li>
          <li>
            <t>If the WebTransport session is coming from a browser client, an <tt>Origin</tt>
header <xref target="RFC6454"/> MUST be provided within the request.  Otherwise, the
header is OPTIONAL.</t>
          </li>
        </ul>
        <t>Upon receiving an extended CONNECT request with a <tt>:protocol</tt> field set to
<tt>webtransport</tt>, the HTTP/3 server can check if it has a WebTransport server
associated with the specified <tt>:authority</tt> and <tt>:path</tt> values.  If it does not,
it SHOULD reply with status code 404 (<xref section="15.5.5" sectionFormat="of" target="HTTP"/>).
When the request contains the <tt>Origin</tt> header, the WebTransport server MUST
verify the <tt>Origin</tt> header to ensure that the specified origin is allowed to
access the server in question.  If the verification fails, the WebTransport
server SHOULD reply with status code 403 (<xref section="15.5.4" sectionFormat="of" target="HTTP"/>).  If all
checks pass, the WebTransport server MAY accept the session by replying with a
2xx series status code, as defined in <xref section="15.3" sectionFormat="of" target="HTTP"/>.</t>
        <t>From the client's perspective, a WebTransport session is established when the
client receives a 2xx response.  From the server's perspective, a session is
established once it sends a 2xx response.</t>
        <t>The server may reply with a 3xx response, indicating a redirection
(<xref section="15.4" sectionFormat="of" target="HTTP"/>).  The WebTransport client MUST NOT automatically
follow such redirects, as it potentially could have already sent data for the
WebTransport session in question; it MAY notify the application client about
the redirect.</t>
        <t>Clients cannot initiate WebTransport in 0-RTT packets, as the CONNECT method is
not considered safe (see <xref section="10.9" sectionFormat="of" target="HTTP3"/>).  However,
WebTransport-related SETTINGS parameters may be retained from the previous
session as described in <xref section="7.2.4.2" sectionFormat="of" target="HTTP3"/>.  If the server accepts
0-RTT, the server MUST NOT reduce the limit of maximum open WebTransport
sessions, or other initial flow control values, from the values negotiated
during the previous session; such change would be deemed incompatible, and MUST
result in a H3_SETTINGS_ERROR connection error.</t>
        <t>The <tt>webtransport</tt> HTTP Upgrade Token uses the Capsule Protocol as defined in
<xref target="HTTP-DATAGRAM"/>.  The Capsule Protocol is negotiated when the server sends a
2xx response.  The <tt>capsule-protocol</tt> header field <xref section="3.4" sectionFormat="of" target="HTTP-DATAGRAM"/> is not required by WebTransport and can safely be ignored by
WebTransport endpoints.</t>
      </section>
      <section anchor="protocol-negotiation">
        <name>Application Protocol Negotiation</name>
        <t>WebTransport over HTTP/3 offers a protocol negotiation mechanism, similar to TLS
Application-Layer Protocol Negotiation Extension (ALPN) <xref target="RFC7301"/>; the
intent is to simplify porting existing protocols that use QUIC and rely on this
functionality.</t>
        <t>The client MAY include a <tt>WT-Available-Protocols</tt> header field in the CONNECT
request.  The <tt>WT-Available-Protocols</tt> field enumerates the possible protocols
in preference order, with the most preferred protocol listed first.  If the
server receives such a header, it MAY include a <tt>WT-Protocol</tt> field in a
successful (2xx) response.  If it does, the server MUST include a single choice
from the client's list in that field.  Servers MAY reject the request if the
client did not include a suitable protocol.</t>
        <t>Both <tt>WT-Available-Protocols</tt> and <tt>WT-Protocol</tt> are Structured Fields
<xref target="FIELDS"/>.  <tt>WT-Available-Protocols</tt> is a List.  <tt>WT-Protocol</tt> is
defined as an Item.  In both cases, the only valid value type is a String.  Any
value type other than String MUST be treated as an error that causes the entire
field to be ignored.  No semantics are defined for parameters on either field;
parameters MUST be ignored.</t>
        <t>The value in the <tt>WT-Protocol</tt> response header field MUST be one of the values
listed in <tt>WT-Available-Protocols</tt> of the request.  Otherwise, the <tt>WT-Protocol</tt>
field MUST be ignored.</t>
        <t>The semantics of individual values used in <tt>WT-Available-Protocols</tt> and
<tt>WT-Protocol</tt> are determined by the WebTransport resource in question and are
not required to be registered in IANA's "ALPN Protocol IDs" registry.</t>
      </section>
      <section anchor="prioritization">
        <name>Prioritization</name>
        <t>WebTransport sessions are initiated using extended CONNECT.  While <xref section="11" sectionFormat="of" target="RFC9218"/> describes how extensible priorities can be applied to data sent on
a CONNECT stream, WebTransport extends the types of data that are exchanged in
relation to the request and response, which requires additional considerations.</t>
        <t>WebTransport CONNECT requests and responses MAY contain the Priority header
field (<xref section="5" sectionFormat="of" target="RFC9218"/>); clients MAY reprioritize by sending
PRIORITY_UPDATE frames (<xref section="7" sectionFormat="of" target="RFC9218"/>).  In extension to <xref target="RFC9218"/>,
it is RECOMMENDED that clients and servers apply the scheduling guidance in both
<xref section="9" sectionFormat="of" target="RFC9218"/> and <xref section="10" sectionFormat="of" target="RFC9218"/> for all data that they
send in the enclosing WebTransport session, including Capsules, WebTransport
streams and datagrams.  WebTransport does not provide any priority signaling
mechanism for streams and datagrams within a WebTransport session; such
mechanisms can be defined by application protocols using WebTransport.  It is
RECOMMENDED that such mechanisms only affect scheduling within a session and not
scheduling of other data on the same HTTP/3 connection.</t>
        <t>The client/server priority merging guidance in <xref section="8" sectionFormat="of" target="RFC9218"/> also
applies to WebTransport sessions.  For example, a client that receives a
response Priority header field could alter its view of a WebTransport session
priority and alter the scheduling of outgoing data as a result.</t>
        <t>Endpoints that prioritize WebTransport sessions need to consider how they
interact with other sessions or requests on the same HTTP/3 connection.</t>
      </section>
    </section>
    <section anchor="webtransport-features">
      <name>WebTransport Features</name>
      <t>WebTransport over HTTP/3 provides the following features described in
<xref target="OVERVIEW"/>: unidirectional streams, bidirectional streams, and datagrams, all
of which can be initiated by either endpoint.  Protocols designed for use with
WebTransport over HTTP/3 are constrained to these features.  The Capsule
Protocol is an implementation detail of WebTransport over HTTP/3 and is not a
WebTransport feature.</t>
      <t>Session IDs are used to demultiplex streams and datagrams belonging to different
WebTransport sessions.  On the wire, session IDs are encoded using the QUIC
variable length integer scheme described in <xref target="RFC9000"/>.</t>
      <t>The client MAY optimistically open unidirectional and bidirectional streams, as
well as send datagrams, on a session for which it has sent the CONNECT request,
even if it has not yet received the server's response to the request. On the
server side, opening streams and sending datagrams is possible as soon as the
CONNECT request has been received.</t>
      <t>If at any point a session ID is received that cannot be a valid ID for a
client-initiated bidirectional stream, the recipient MUST close the connection
with an H3_ID_ERROR error code.</t>
      <section anchor="unidirectional-streams">
        <name>Unidirectional streams</name>
        <t>WebTransport endpoints can initiate unidirectional streams.  The HTTP/3
unidirectional stream type SHALL be 0x54.  The body of the stream SHALL be the
stream type, followed by the session ID, encoded as a variable-length integer,
followed by the user-specified stream data (<xref target="fig-unidi"/>).</t>
        <figure anchor="fig-unidi">
          <name>Unidirectional WebTransport stream format</name>
          <sourcecode type="drawing"><![CDATA[
Unidirectional Stream {
    Stream Type (i) = 0x54,
    Session ID (i),
    User-Specified Stream Data (..)
}
]]></sourcecode>
        </figure>
      </section>
      <section anchor="bidirectional-streams">
        <name>Bidirectional Streams</name>
        <t>All client-initiated bidirectional streams are reserved by HTTP/3 as request
streams, which are a sequence of HTTP/3 frames with a variety of rules (see
Sections <xref target="HTTP3" section="4.1" sectionFormat="bare"/> and <xref target="HTTP3" section="6.1" sectionFormat="bare"/> of <xref target="HTTP3"/>).</t>
        <t>WebTransport extends HTTP/3 to allow clients to declare and to use alternative
request stream rules.  Once a client receives settings indicating WebTransport
support (<xref target="establishing"/>), it MUST send a special signal value, encoded as a
variable-length integer, as the first bytes of each bidirectional WebTransport
stream it initiates to indicate how the remaining bytes on the stream are
used.</t>
        <t>WebTransport extends HTTP/3 by defining rules for all server-initiated
bidirectional streams.  Once a server receives an incoming CONNECT request
establishing a WebTransport session (<xref target="establishing"/>), it can open a
bidirectional stream for use with that session and MUST send a special signal
value, encoded as a variable-length integer, as the first bytes of the stream
in order to indicate how the remaining bytes on the stream are used.</t>
        <t>Clients and servers use the signal value 0x41 to open a bidirectional
WebTransport stream.  Following this is the associated session ID, encoded as a
variable-length integer; the rest of the stream is the application payload of
the WebTransport stream (<xref target="fig-bidi-client"/>).</t>
        <figure anchor="fig-bidi-client">
          <name>Bidirectional WebTransport stream format</name>
          <sourcecode type="drawing"><![CDATA[
Bidirectional Stream {
    Signal Value (i) = 0x41,
    Session ID (i),
    Stream Body (..)
}
]]></sourcecode>
        </figure>
        <t>This document reserves the special signal value 0x41 as a WT_STREAM frame
type.  While it is registered as an HTTP/3 frame type to avoid collisions,
WT_STREAM lacks length and is not a proper HTTP/3 frame; it is an extension of
HTTP/3 frame syntax that MUST be supported by any peer negotiating
WebTransport.  Endpoints that implement this extension are also subject to
additional frame handling requirements.  Endpoints MUST NOT send WT_STREAM as a
frame type on HTTP/3 streams other than the very first bytes of a request
stream.  Receiving this frame type in any other circumstances MUST be treated
as a connection error of type H3_FRAME_ERROR.</t>
      </section>
      <section anchor="resetting-data-streams">
        <name>Resetting Data Streams</name>
        <t>A WebTransport endpoint may send a RESET_STREAM or a STOP_SENDING frame for a
WebTransport data stream.  Those signals are propagated by the WebTransport
implementation to the application.</t>
        <t>A WebTransport application MUST provide an error code for those operations.
Since WebTransport shares the error code space with HTTP/3, WebTransport
application errors for streams are limited to an unsigned 32-bit integer,
assuming values between 0x00000000 and 0xffffffff.  WebTransport
implementations MUST remap those error codes into the error range reserved for
WT_APPLICATION_ERROR, where 0x00000000 corresponds to 0x52e4a40fa8db, and
0xffffffff corresponds to 0x52e5ac983162.  Note that there are codepoints
inside that range of form "0x1f * N + 0x21" that are reserved by <xref section="8.1" sectionFormat="of" target="HTTP3"/>; those have to be skipped when mapping the error codes (i.e., the two
HTTP/3 error codepoints adjacent to a reserved codepoint would map to two
adjacent WebTransport application error codepoints). An example pseudocode can
be seen in <xref target="fig-remap-errors"/>.</t>
        <figure anchor="fig-remap-errors">
          <name>Pseudocode for converting between WebTransport application errors and HTTP/3 error codes</name>
          <artwork><![CDATA[
    first = 0x52e4a40fa8db
    last = 0x52e5ac983162

    def webtransport_code_to_http_code(n):
        return first + n + floor(n / 0x1e)

    def http_code_to_webtransport_code(h):
        assert(first <= h <= last)
        assert((h - 0x21) % 0x1f != 0)
        shifted = h - first
        return shifted - floor(shifted / 0x1f)
]]></artwork>
        </figure>
        <t>WebTransport data streams are associated with sessions through a header at the
beginning of the stream; resetting a stream might result in that data being
discarded when using a RESET_STREAM frame.  To prevent this, WebTransport
implementations MUST use the RESET_STREAM_AT frame <xref target="RESET-STREAM-AT"/> with a
Reliable Size set to at least the size of the WebTransport header when
resetting a WebTransport data stream.  This ensures reliable delivery of the ID
field associating the data stream with a WebTransport session.</t>
        <t>WebTransport endpoints MUST forward the error code for a stream associated with
a known session to the application that owns that session; similarly,
intermediaries MUST reset such streams with a corresponding error code when
receiving a reset from their peer.</t>
      </section>
      <section anchor="datagrams">
        <name>Datagrams</name>
        <t>Datagrams can be sent using HTTP Datagrams.  The WebTransport datagram payload
is sent unmodified in the "HTTP Datagram Payload" field of an HTTP Datagram
(<xref section="2.1" sectionFormat="of" target="HTTP-DATAGRAM"/>).  Note that the payload field directly
follows the Quarter Stream ID field, which is at the start of the QUIC DATAGRAM
frame payload and refers to the CONNECT stream that established the
WebTransport session.</t>
      </section>
      <section anchor="buffering-incoming">
        <name>Buffering Incoming Streams and Datagrams</name>
        <t>In WebTransport over HTTP/3, the client MUST wait for receipt of the server's
SETTINGS frame before establishing any WebTransport sessions by sending CONNECT
requests using the WebTransport upgrade token (see <xref target="establishing"/>).  This
ensures that the client will always know what versions of WebTransport can be
used on a given HTTP/3 connection.</t>
        <t>Clients can, however, send a SETTINGS frame, multiple WebTransport CONNECT
requests, WebTransport data streams, and WebTransport datagrams all within a
single flight.  As those can arrive out of order, a WebTransport server could
be put into a situation where it receives a stream or a datagram without a
corresponding session.  Similarly, a client may receive a server-initiated
stream or a datagram before receiving the CONNECT response headers from the
server.</t>
        <t>To handle this case, WebTransport endpoints SHOULD buffer streams and datagrams
until they can be associated with an established session.  To avoid resource
exhaustion, endpoints MUST limit the number of buffered streams and datagrams.
When the number of buffered streams is exceeded, a stream SHALL be closed by
sending a RESET_STREAM and/or STOP_SENDING with the
<tt>WT_BUFFERED_STREAM_REJECTED</tt> error code.  When the number of buffered
datagrams is exceeded, a datagram SHALL be dropped.  It is up to an
implementation to choose what stream or datagram to discard.</t>
      </section>
      <section anchor="interaction-with-the-http3-goaway-frame">
        <name>Interaction with the HTTP/3 GOAWAY frame</name>
        <t>HTTP/3 defines a graceful shutdown mechanism (<xref section="5.2" sectionFormat="of" target="HTTP3"/>) that
allows a peer to send a GOAWAY frame indicating that it will no longer accept
any new incoming requests or pushes.</t>
        <t>A client receiving GOAWAY cannot initiate CONNECT requests for new WebTransport
sessions on that HTTP/3 connection; it must open a new HTTP/3 connection to
initiate new WebTransport sessions with the same peer.</t>
        <t>An HTTP/3 GOAWAY frame is also a signal to applications to initiate shutdown for
all WebTransport sessions.  To shut down a single WebTransport session, either
endpoint can send a WT_DRAIN_SESSION (0x78ae) capsule.</t>
        <figure anchor="fig-wt_drain_session">
          <name>WT_DRAIN_SESSION Capsule Format</name>
          <artwork><![CDATA[
WT_DRAIN_SESSION Capsule {
  Type (i) = WT_DRAIN_SESSION,
  Length (i) = 0
}
]]></artwork>
        </figure>
        <t>After sending or receiving either a WT_DRAIN_SESSION capsule or a HTTP/3 GOAWAY
frame, an endpoint MAY continue using the session and MAY open new WebTransport
streams.  The signal is intended for the application using WebTransport, which
is expected to attempt to gracefully terminate the session as soon as
possible.</t>
        <t>The WT_DRAIN_SESSION capsule is useful when an end-to-end WebTransport session
passes through an intermediary.  For example, when the backend shuts down, it
sends a GOAWAY to the intermediary.  The intermediary can convert this signal
to a WT_DRAIN_SESSION capsule on the client-facing session, without impacting
other requests or sessions carried on that connection.</t>
      </section>
      <section anchor="use-of-keying-material-exporters">
        <name>Use of Keying Material Exporters</name>
        <t>WebTransport over HTTP/3 supports the use of TLS keying material exporters
<xref section="7.5" sectionFormat="of" target="RFC8446"/>.  Since the underlying QUIC connection may be shared by
multiple WebTransport sessions, WebTransport defines a mechanism for deriving a
TLS exporter that separates keying material for different sessions.  If the
application requests an exporter for a given WebTransport session with a
specified label and context, the resulting exporter SHALL be a TLS exporter as
defined in <xref section="7.5" sectionFormat="of" target="RFC8446"/> with the label set
to "EXPORTER-WebTransport" and the context set to the serialization of
the "WebTransport Exporter Context" struct as defined below.</t>
        <figure anchor="fig-wt-exporter-context">
          <name>WebTransport Exporter Context struct</name>
          <artwork><![CDATA[
WebTransport Exporter Context {
  WebTransport Session ID (64),
  WebTransport Application-Supplied Exporter Label Length (8),
  WebTransport Application-Supplied Exporter Label (8..),
  WebTransport Application-Supplied Exporter Context Length (8),
  WebTransport Application-Supplied Exporter Context (..)
}
]]></artwork>
        </figure>
        <t>A TLS exporter API might permit the context field to be omitted.  In this case,
as with TLS 1.3, the WebTransport Application-Supplied Exporter Context
becomes zero-length if omitted.</t>
      </section>
    </section>
    <section anchor="flow-control">
      <name>Flow Control</name>
      <t>Flow control governs the amount of resources that can be consumed or data that
can be sent.  When using WebTransport over HTTP/3, endpoints can limit the
number of sessions that a peer can create on a single HTTP/3 connection and the
number of streams that a peer can create within a session.  Endpoints can also
limit the amount of data that can be consumed by each session and by each
stream within a session.</t>
      <t>WebTransport over HTTP/3 provides a connection-level limit that governs the
number of sessions that can be created on an HTTP/3 connection (see
<xref target="flow-control-limit-sessions"/>).  It also provides session-level limits that
govern the number of streams that can be created in a session and limit the
amount of data that can be exchanged across all streams in each session (see
<xref target="flow-control-limit-streams"/>).</t>
      <t>The underlying QUIC connection provides connection and stream level flow
control.  The QUIC connection data limit defines the total amount of data that
can be sent across all WebTransport sessions and other non-WebTransport
streams.  A QUIC stream's data limit controls the amount of data that can be
sent on that stream, WebTransport or otherwise (see <xref section="4" sectionFormat="of" target="RFC9000"/>).</t>
      <section anchor="flow-control-negotiate">
        <name>Negotiating the Use of Flow Control</name>
        <t>A WebTransport endpoint that allows a WebTransport session to share an
underlying transport connection with other WebTransport sessions MUST enable
flow control.  This prevents an application from consuming excessive resources
on a single session and starving traffic for other sessions
(see <xref target="security-considerations"/>).</t>
        <t>An endpoint indicates that it is willing to support more than one WebTransport
session, and thus flow control, by sending the SETTINGS_WT_MAX_SESSIONS with a
value greater than "1".  If either endpoint sends SETTINGS_WT_MAX_SESSIONS with
a value of "1", flow control is not enabled, and clients MUST NOT attempt to
establish more than one simultaneous WebTransport session.  A server that
receives more than one session on an underlying transport connection when flow
control is not enabled MUST reset the excessive CONNECT streams with a
<tt>H3_REQUEST_REJECTED</tt> status (see<xref target="flow-control-limit-sessions"/>).</t>
        <t>If both endpoints send SETTINGS_WT_MAX_SESSIONS with a value greater than "1",
flow control is enabled, and the limits described in the entirety of
<xref target="flow-control"/> apply.</t>
        <t>If flow control is not enabled, an endpoint MUST ignore receipt of any flow
control capsules (see <xref target="flow-control-capsules"/>), since the peer might not have
received SETTINGS at the time they were sent or packets might have been
reordered.</t>
      </section>
      <section anchor="flow-control-limit-sessions">
        <name>Limiting the Number of Simultaneous Sessions</name>
        <t>This document defines a SETTINGS_WT_MAX_SESSIONS setting that allows
the server to limit the maximum number of concurrent WebTransport sessions on a
single HTTP/3 connection.  The client MUST NOT open more simultaneous sessions
than indicated in the server SETTINGS parameter.  The server MUST NOT close
the connection if the client opens sessions exceeding this limit, as the client
and the server do not have a consistent view of how many sessions are open due
to the asynchronous nature of the protocol; instead, it MUST reset all of the
CONNECT streams it is not willing to process with the <tt>H3_REQUEST_REJECTED</tt>
status defined in <xref section="8.1" sectionFormat="of" target="HTTP3"/>.</t>
      </section>
      <section anchor="flow-control-limit-streams">
        <name>Limiting the Number of Streams Within a Session</name>
        <t>The <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule (<xref target="WT_MAX_STREAMS"/>) establishes a limit on the
number of streams within a WebTransport session.  Like the QUIC MAX_STREAMS
frame (<xref section="19.11" sectionFormat="of" target="RFC9000"/>), this capsule has two types that provide
separate limits for unidirectional and bidirectional streams that a peer
initiates.</t>
        <t>Note that the CONNECT stream for the session is not included in either the
bidirectional or the unidirectional stream limits; the number of CONNECT
streams a client can open is limited by the SETTINGS_WT_MAX_SESSIONS
setting and QUIC flow control's stream limits.</t>
        <t>The session-level stream limit applies in addition to the QUIC MAX_STREAMS
frame, which provides a connection-level stream limit.  New streams can only be
created within the session if both the stream- and the connection-level limit
permit, see <xref section="4.6" sectionFormat="of" target="RFC9000"/> for details on how QUIC stream limits
are applied.</t>
        <t>Unlike the the QUIC MAX_STREAMS frame, there is no simple relationship between
the value in this frame and stream IDs in QUIC STREAM frames.  This especially
applies if there are other users of streams on the connection.</t>
        <t>The <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule (<xref target="WT_STREAMS_BLOCKED"/>) can be sent to indicate
that an endpoint was unable to create a stream due to the session-level stream
limit.</t>
        <t>Note that enforcing this limit requires reliable resets for stream headers so
that both endpoints can agree on the number of streams that are open.</t>
      </section>
      <section anchor="flow-control-limit-data">
        <name>Data Limits</name>
        <t>The <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsule (<xref target="WT_MAX_DATA"/>) establishes a limit on the amount of
data that can be sent within a WebTransport session.  This limit counts all data
that is sent on streams of the corresponding type, excluding the stream header
(see <xref target="unidirectional-streams"/> and <xref target="bidirectional-streams"/>).  The stream
header is excluded from this limit so that this limit does not prevent the
sending of information that is essential in linking new streams to a specific
WebTransport session.</t>
        <t>Implementing <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> requires that the QUIC stack provide the WebTransport
implementation with information about the final size of streams; see <xref section="4.5" sectionFormat="of" target="RFC9000"/>.  This guarantees that both endpoints agree on how much
WebTransport session flow control credit was consumed by the sender on that
stream, after subtracting the number of bytes used by the stream header.</t>
        <t>The <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsule (<xref target="WT_DATA_BLOCKED"/>) can be sent to indicate that
an endpoint was unable to send data due to a limit set by the <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref>
capsule.</t>
        <t>Because WebTransport over HTTP/3 uses a native QUIC stream for each WebTransport
stream, per-stream data limits are provided by QUIC natively (see <xref section="4.1" sectionFormat="of" target="RFC9000"/>).  The WT_MAX_STREAM_DATA and WT_STREAM_DATA_BLOCKED capsules
(<xref section="XX" sectionFormat="of" target="I-D.ietf-webtrans-http2"/>) are not used and so are prohibited.
Endpoints MUST treat receipt of a WT_MAX_STREAM_DATA or a WT_STREAM_DATA_BLOCKED
capsule as a session error.</t>
      </section>
      <section anchor="flow-control-settings">
        <name>Flow Control SETTINGS</name>
        <t>Initial flow control limits can be exchanged via HTTP/3 SETTINGS
(<xref target="http3-settings"/>) by providing non-zero values for</t>
        <ul spacing="normal">
          <li>
            <t><iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> via <iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_UNI</xref> and
<iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI</xref></t>
          </li>
          <li>
            <t><iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> via <iref item="SETTINGS_WT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WT_INITIAL_MAX_DATA" format="none">SETTINGS_WT_INITIAL_MAX_DATA</xref></t>
          </li>
        </ul>
      </section>
      <section anchor="flow-control-capsules">
        <name>Flow Control Capsules</name>
        <t>WebTransport over HTTP/3 uses several capsules for flow control, and all of
these capsules define special intermediary handling as described in
<xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  These capsules, referred to as the "flow
control capsules", are <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref>, <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref>, <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref>, and
<iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref>.</t>
        <section anchor="flow-control-intermediaries">
          <name>Flow Control and Intermediaries</name>
          <t>Because flow control in WebTransport is hop-by-hop and does not provide an
end-to-end signal, intermediaries MUST consume flow control signals and express
their own flow control limits to the next hop.  The intermediary can send these
signals via HTTP/3 flow control messages, HTTP/2 flow control messages, or as
WebTransport flow control capsules, where appropriate.  Intermediaries are
responsible for storing any data for which they advertise flow control credit
if that data cannot be immediately forwarded to the next hop.</t>
          <t>In practice, an intermediary that translates flow control signals between
similar WebTransport protocols, such as between two HTTP/3 connections, can
often simply reexpress the same limits received on one connection directly on
the other connection.</t>
          <t>An intermediary that does not want to be responsible for storing data that
cannot be immediately sent on its translated connection can ensure that it
does not advertise a higher flow control limit on one connection than the
corresponding limit on the translated connection.</t>
        </section>
        <section anchor="WT_MAX_STREAMS">
          <name>WT_MAX_STREAMS Capsule</name>
          <t>An HTTP capsule <xref target="HTTP-DATAGRAM"/> called <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> is introduced to inform
the peer of the cumulative number of streams of a given type it is permitted to
open.  A <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule with a type of 0x190B4D3F applies to
bidirectional streams, and a <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule with a type of 0x190B4D40
applies to unidirectional streams.</t>
          <t>Note that, because Maximum Streams is a cumulative value representing the total
allowed number of streams, including previously closed streams, endpoints
repeatedly send new <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules with increasing Maximum Streams
values as streams are opened.</t>
          <figure anchor="fig-wt_max_streams">
            <name>WT_MAX_STREAMS Capsule Format</name>
            <artwork><![CDATA[
WT_MAX_STREAMS Capsule {
  Type (i) = 0x190B4D3F..0x190B4D40,
  Length (i),
  Maximum Streams (i),
}
]]></artwork>
          </figure>
          <t><iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules contain the following field:</t>
          <dl>
            <dt>Maximum Streams:</dt>
            <dd>
              <t>A count of the cumulative number of streams of the corresponding type that
can be opened over the lifetime of the session. This value cannot
exceed 2<sup>60</sup>, as it is not possible to encode stream IDs larger
than 2<sup>62</sup>-1.</t>
            </dd>
          </dl>
          <t>An endpoint MUST NOT open more streams than permitted by the current stream
limit set by its peer.  For instance, a server that receives a unidirectional
stream limit of 3 is permitted to open streams 3, 7, and 11, but not stream
15.</t>
          <t>Note that this limit includes streams that have been closed as well as those
that are open.</t>
          <t>The <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule defines special intermediary handling, as described
in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermediaries MUST consume
<iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules for flow control purposes and MUST generate and send
appropriate flow control signals for their limits.</t>
          <t>Initial values for these limits MAY be communicated by sending non-zero values
for <iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_UNI</xref> and
<iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI</xref>.</t>
        </section>
        <section anchor="WT_STREAMS_BLOCKED">
          <name>WT_STREAMS_BLOCKED Capsule</name>
          <t>A sender SHOULD send a <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule (type=0x190B4D43 or
0x190B4D44) when it wishes to open a stream but is unable to do so due to the
maximum stream limit set by its peer.  A <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule of type
0x190B4D43 is used to indicate reaching the bidirectional stream limit, and a
STREAMS_BLOCKED capsule of type 0x190B4D44 is used to indicate reaching the
unidirectional stream limit.</t>
          <t>A <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule does not open the stream, but informs the peer that
a new stream was needed and the stream limit prevented the creation of the
stream.</t>
          <figure anchor="fig-wt_streams_blocked">
            <name>WT_STREAMS_BLOCKED Capsule Format</name>
            <artwork><![CDATA[
WT_STREAMS_BLOCKED Capsule {
  Type (i) = 0x190B4D43..0x190B4D44,
  Length (i),
  Maximum Streams (i),
}
]]></artwork>
          </figure>
          <t><iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsules contain the following field:</t>
          <dl>
            <dt>Maximum Streams:</dt>
            <dd>
              <t>A variable-length integer indicating the maximum number of streams allowed
at the time the capsule was sent. This value cannot exceed 2<sup>60</sup>,
as it is not possible to encode stream IDs larger than 2<sup>62</sup>-1.</t>
            </dd>
          </dl>
          <t>The <iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsule defines special intermediary handling, as
described in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermediaries MUST consume
<iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref> capsules for flow control purposes and MUST generate and
send appropriate flow control signals for their limits.</t>
        </section>
        <section anchor="WT_MAX_DATA">
          <name>WT_MAX_DATA Capsule</name>
          <t>An HTTP capsule <xref target="HTTP-DATAGRAM"/> called <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> (type=0x190B4D3D) is
introduced to inform the peer of the maximum amount of data that can be sent on
the WebTransport session as a whole.</t>
          <t>This limit counts all data that is sent on streams of the corresponding type,
excluding the stream header (see <xref target="unidirectional-streams"/> and
<xref target="bidirectional-streams"/>).  Implementing <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> requires that the QUIC
stack provide the WebTransport implementation with information about the final
size of streams (see <xref section="4.5" sectionFormat="of" target="RFC9000"/>).</t>
          <figure anchor="fig-wt_max_data">
            <name>WT_MAX_DATA Capsule Format</name>
            <artwork><![CDATA[
WT_MAX_DATA Capsule {
  Type (i) = 0x190B4D3D,
  Length (i),
  Maximum Data (i),
}
]]></artwork>
          </figure>
          <t><iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsules contain the following field:</t>
          <dl>
            <dt>Maximum Data:</dt>
            <dd>
              <t>A variable-length integer indicating the maximum amount of data that can be
sent on the entire session, in units of bytes.</t>
            </dd>
          </dl>
          <t>All data sent in WT_STREAM capsules counts toward this limit. The sum of the
lengths of Stream Data fields in WT_STREAM capsules MUST NOT exceed the value
advertised by a receiver.</t>
          <t>The <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsule defines special intermediary handling, as described in
<xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermediaries MUST consume <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref>
capsules for flow control purposes and MUST generate and send appropriate flow
control signals for their limits (see <xref target="flow-control-intermediaries"/>).</t>
          <t>The initial value for this limit MAY be communicated by sending a non-zero value
for <iref item="SETTINGS_WT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WT_INITIAL_MAX_DATA" format="none">SETTINGS_WT_INITIAL_MAX_DATA</xref>.</t>
        </section>
        <section anchor="WT_DATA_BLOCKED">
          <name>WT_DATA_BLOCKED Capsule</name>
          <t>A sender SHOULD send a <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsule (type=0x190B4D41) when it wishes
to send data but is unable to do so due to WebTransport session-level flow
control.  <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsules can be used as input to tuning of flow
control algorithms.</t>
          <figure anchor="fig-wt_data_blocked">
            <name>WT_DATA_BLOCKED Capsule Format</name>
            <artwork><![CDATA[
WT_DATA_BLOCKED Capsule {
  Type (i) = 0x190B4D41,
  Length (i),
  Maximum Data (i),
}
]]></artwork>
          </figure>
          <t><iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsules contain the following field:</t>
          <dl>
            <dt>Maximum Data:</dt>
            <dd>
              <t>A variable-length integer indicating the session-level limit at which
blocking occurred.</t>
            </dd>
          </dl>
          <t>The <iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsule defines special intermediary handling, as
described in <xref section="3.2" sectionFormat="of" target="HTTP-DATAGRAM"/>.  Intermediaries MUST consume
<iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref> capsules for flow control purposes and MUST generate and
send appropriate flow control signals for their limits (see
<xref target="flow-control-intermediaries"/>).</t>
        </section>
      </section>
    </section>
    <section anchor="session-termination">
      <name>Session Termination</name>
      <t>A WebTransport session over HTTP/3 is considered terminated when either of the
following conditions is met:</t>
      <ul spacing="normal">
        <li>
          <t>the CONNECT stream is closed, either cleanly or abruptly, on either side; or</t>
        </li>
        <li>
          <t>a WT_CLOSE_SESSION capsule is either sent or received.</t>
        </li>
      </ul>
      <t>Upon learning that the session has been terminated, the endpoint MUST reset the
send side and abort reading on the receive side of all unidirectional and
bidirectional streams associated with the session (see <xref section="2.4" sectionFormat="of" target="RFC9000"/>) using the WT_SESSION_GONE error code; it MUST NOT send any new
datagrams or open any new streams.</t>
      <t>To terminate a session with a detailed error message, an application MAY provide
such a message for the WebTransport endpoint to send in an HTTP capsule
<xref target="HTTP-DATAGRAM"/> of type WT_CLOSE_SESSION (0x2843). The format of the capsule
SHALL be as follows:</t>
      <figure anchor="fig-wt_close_session">
        <name>WT_CLOSE_SESSION Capsule Format</name>
        <artwork><![CDATA[
WT_CLOSE_SESSION Capsule {
  Type (i) = WT_CLOSE_SESSION,
  Length (i),
  Application Error Code (32),
  Application Error Message (..8192),
}
]]></artwork>
      </figure>
      <t>WT_CLOSE_SESSION has the following fields:</t>
      <dl>
        <dt>Application Error Code:</dt>
        <dd>
          <t>A 32-bit error code provided by the application closing the session.</t>
        </dd>
        <dt>Application Error Message:</dt>
        <dd>
          <t>A UTF-8 encoded error message string provided by the application closing the
session.  The message takes up the remainder of the capsule, and its
length MUST NOT exceed 1024 bytes.</t>
        </dd>
      </dl>
      <t>An endpoint that sends a WT_CLOSE_SESSION capsule MUST immediately send a FIN on
the CONNECT Stream.  The endpoint MAY also send a STOP_SENDING with error code
WT_SESSION_GONE to indicate it is no longer reading from the CONNECT stream.
The recipient MUST either close or reset the stream in response.  If any
additional stream data is received on the CONNECT stream after receiving a
WT_CLOSE_SESSION capsule, the stream MUST be reset with code H3_MESSAGE_ERROR.</t>
      <t>Cleanly terminating a CONNECT stream without a WT_CLOSE_SESSION capsule SHALL be
semantically equivalent to terminating it with a WT_CLOSE_SESSION capsule that
has an error code of 0 and an empty error string.</t>
      <t>In some scenarios, an endpoint might want to send a WT_CLOSE_SESSION with
detailed close information and then immediately close the underlying QUIC
connection.  If the endpoint were to do both of those simultaneously, the peer
could potentially receive the CONNECTION_CLOSE before receiving the
WT_CLOSE_SESSION, thus never receiving the application error data contained in
the latter.  To avoid this, the endpoint SHOULD wait until all CONNECT streams
have been closed by the peer before sending the CONNECTION_CLOSE; this gives
WT_CLOSE_SESSION properties similar to that of the QUIC CONNECTION_CLOSE
mechanism as a best-effort mechanism of delivering application close metadata.</t>
    </section>
    <section anchor="considerations-for-future-versions">
      <name>Considerations for Future Versions</name>
      <t>Future versions of WebTransport that change the syntax of the CONNECT requests
used to establish WebTransport sessions will need to modify the upgrade token
used to identify WebTransport, allowing servers to offer multiple
versions simultaneously (see <xref target="upgrade-token"/>).</t>
      <t>Servers that support future incompatible versions of WebTransport signal that
support by changing the codepoint used for the SETTINGS_WT_MAX_SESSIONS
setting (see <xref target="http3-settings"/>).  Clients can select the associated upgrade
token, if applicable, to use when establishing a new session, ensuring that
servers will always know the syntax in use for every incoming request.</t>
      <t>Changes to future stream formats require changes to the Unidirectional Stream
type (see <xref target="unidirectional-streams"/>) and Bidirectional Stream signal value
(see <xref target="bidirectional-streams"/>) to allow recipients of incoming frames to
determine the WebTransport version, and corresponding wire format, used for the
session associated with that stream.</t>
      <section anchor="negotiating-the-draft-version">
        <name>Negotiating the Draft Version</name>
        <t>[[RFC editor: please remove this section before publication.]]</t>
        <t>The wire format aspects of the protocol are negotiated by changing the codepoint
used for the SETTINGS_WT_MAX_SESSIONS setting.  Because of that, any
WebTransport endpoint MUST wait for the peer's SETTINGS frame before sending or
processing any WebTransport traffic.  When multiple versions are supported by
both of the peers, the most recent version supported by both is selected.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>WebTransport over HTTP/3 satisfies all of the security requirements imposed by
<xref target="OVERVIEW"/> on WebTransport protocols, thus providing a secure framework for
client-server communication in cases when the application is potentially
untrusted.</t>
      <t>WebTransport over HTTP/3 requires explicit opt-in through the use of an HTTP/3
setting; this avoids potential protocol confusion attacks by ensuring the
HTTP/3 server explicitly supports it.  It also requires the use of the Origin
header for browser traffic, providing the server with the ability to deny
access to Web-based applications that do not originate from a trusted origin.</t>
      <t>Just like HTTP traffic going over HTTP/3, WebTransport pools traffic to
different origins within a single connection.  Different origins imply
different trust domains, meaning that the implementations have to treat each
transport as potentially hostile towards others on the same connection.  One
potential attack is a resource exhaustion attack: since all of the WebTransport
sessions share both congestion control and flow control context, a single
application aggressively using up those resources can cause other sessions to
stall.  A WebTransport endpoint MUST implement flow control mechanisms if it
allows a WebTransport session to share the transport connection with other
WebTransport sessions.  WebTransport endpoints SHOULD implement a fairness
scheme that ensures that each session that shares a transport connection gets a
reasonable share of controlled resources; this applies both to sending data and
to opening new streams.</t>
      <t>An application could attempt to exhaust resources by opening too many
WebTransport sessions at once.  In cases when the application is untrusted, the
WebTransport client SHOULD limit the number of outgoing sessions it will open.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="upgrade-token">
        <name>Upgrade Token Registration</name>
        <t>The following entry is added to the "Hypertext Transfer Protocol (HTTP) Upgrade
Token Registry" registry established by Section 16.7 of <xref target="HTTP"/>.</t>
        <t>The "webtransport" label identifies HTTP/3 used as a protocol for WebTransport:</t>
        <dl>
          <dt>Value:</dt>
          <dd>
            <t>webtransport</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>WebTransport over HTTP/3</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t>This document and <xref target="I-D.ietf-webtrans-http2"/></t>
          </dd>
        </dl>
      </section>
      <section anchor="http3-settings">
        <name>HTTP/3 SETTINGS Parameter Registration</name>
        <t>The following entry is added to the "HTTP/3 Settings" registry established by
<xref target="HTTP3"/>:</t>
        <t>The <tt>SETTINGS_WT_MAX_SESSIONS</tt> setting indicates that the specified HTTP/3
endpoint is WebTransport-capable and the number of concurrent sessions it is
willing to receive.  The default value for the SETTINGS_WT_MAX_SESSIONS setting
is "0", meaning that the endpoint is not willing to receive any WebTransport
sessions.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t>WT_MAX_SESSIONS</t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x14e9cd29</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t anchor="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI">The <iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_UNI</xref> setting indicates the initial value for
the unidirectional max stream limit, otherwise communicated by the
<iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule (see <xref target="WT_MAX_STREAMS"/>).  The default value for the
<iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_UNI</xref> setting is "0", indicating that the
endpoint needs to send <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules on each individual WebTransport
session before its peer is allowed to create any unidirectional streams within
that session.</t>
        <t>Note that this limit applies to all WebTransport sessions that use the HTTP/3
connection on which this SETTING is sent.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t><iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_UNI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_UNI</xref></t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b64</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t anchor="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI">The <iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI</xref> setting indicates the initial value for
the bidirectional max stream limit, otherwise communicated by the
<iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsule (see <xref target="WT_MAX_STREAMS"/>).  The default value for the
<iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI</xref> setting is "0", indicating that the
endpoint needs to send <iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref> capsules on each individual WebTransport
session before its peer is allowed to create any bidirectional streams within
that session.</t>
        <t>Note that this limit applies to all WebTransport sessions that use the HTTP/3
connection on which this SETTING is sent.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t><iref item="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI"/><xref target="SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI" format="none">SETTINGS_WT_INITIAL_MAX_STREAMS_BIDI</xref></t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b65</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
        <t anchor="SETTINGS_WT_INITIAL_MAX_DATA">The <iref item="SETTINGS_WT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WT_INITIAL_MAX_DATA" format="none">SETTINGS_WT_INITIAL_MAX_DATA</xref> setting indicates the initial value for the
session data limit, otherwise communicated by the <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref> capsule (see
<xref target="WT_MAX_DATA"/>).  The default value for the <iref item="SETTINGS_WT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WT_INITIAL_MAX_DATA" format="none">SETTINGS_WT_INITIAL_MAX_DATA</xref>
setting is "0", indicating that the endpoint needs to send a <iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref>
capsule within each session before its peer is allowed to send any stream data
within that session.</t>
        <t>Note that this limit applies to all WebTransport sessions that use the HTTP/3
connection on which this SETTING is sent.</t>
        <dl>
          <dt>Setting Name:</dt>
          <dd>
            <t><iref item="SETTINGS_WT_INITIAL_MAX_DATA"/><xref target="SETTINGS_WT_INITIAL_MAX_DATA" format="none">SETTINGS_WT_INITIAL_MAX_DATA</xref></t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x2b61</t>
          </dd>
          <dt>Default:</dt>
          <dd>
            <t>0</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
      </section>
      <section anchor="frame-type-registration">
        <name>Frame Type Registration</name>
        <t>The following entry is added to the "HTTP/3 Frame Type" registry established by
<xref target="HTTP3"/>:</t>
        <t>The <tt>WT_STREAM</tt> frame is reserved for the purpose of avoiding
collision with WebTransport HTTP/3 extensions:</t>
        <dl>
          <dt>Code:</dt>
          <dd>
            <t>0x41</t>
          </dd>
          <dt>Frame Type:</dt>
          <dd>
            <t>WT_STREAM</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
        </dl>
      </section>
      <section anchor="stream-type-registration">
        <name>Stream Type Registration</name>
        <t>The following entry is added to the "HTTP/3 Stream Type" registry established by
<xref target="HTTP3"/>:</t>
        <t>The "WebTransport stream" type allows unidirectional streams to be used by
WebTransport:</t>
        <dl>
          <dt>Code:</dt>
          <dd>
            <t>0x54</t>
          </dd>
          <dt>Stream Type:</dt>
          <dd>
            <t>WebTransport stream</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Sender:</dt>
          <dd>
            <t>Both</t>
          </dd>
        </dl>
      </section>
      <section anchor="http3-error-code-registration">
        <name>HTTP/3 Error Code Registration</name>
        <t>The following entry is added to the "HTTP/3 Error Code" registry established by
<xref target="HTTP3"/>:</t>
        <dl>
          <dt>Name:</dt>
          <dd>
            <t>WT_BUFFERED_STREAM_REJECTED</t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x3994bd84</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>WebTransport data stream rejected due to lack of associated session.</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document.</t>
          </dd>
          <dt>Name:</dt>
          <dd>
            <t>WT_SESSION_GONE</t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x170d7b68</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>WebTransport data stream aborted because the associated WebTransport session
has been closed.  Also used to indicate that the endpoint is no longer
reading from the CONNECT stream.</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document.</t>
          </dd>
        </dl>
        <t>In addition, the following range of entries is registered:</t>
        <dl>
          <dt>Name:</dt>
          <dd>
            <t>WT_APPLICATION_ERROR</t>
          </dd>
          <dt>Value:</dt>
          <dd>
            <t>0x52e4a40fa8db to 0x52e5ac983162 inclusive, with the exception of
the codepoints of form 0x1f * N + 0x21.</t>
          </dd>
          <dt>Description:</dt>
          <dd>
            <t>WebTransport application error codes.</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document.</t>
          </dd>
        </dl>
      </section>
      <section anchor="capsule-types">
        <name>Capsule Types</name>
        <t>The following entries are added to the "HTTP Capsule Types" registry established
by <xref target="HTTP-DATAGRAM"/>:</t>
        <t>The <tt>WT_CLOSE_SESSION</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x2843</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t>WT_CLOSE_SESSION</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_DRAIN_SESSION</tt> capsule.</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x78ae</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t>WT_DRAIN_SESSION</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>provisional (when this document is approved this will become permanent)</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_MAX_STREAMS</tt> capsule:</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D3F..0x190B4D40</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_MAX_STREAMS"/><xref target="WT_MAX_STREAMS" format="none">WT_MAX_STREAMS</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_STREAMS_BLOCKED</tt> capsule:</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D43..0x190B4D44</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_STREAMS_BLOCKED"/><xref target="WT_STREAMS_BLOCKED" format="none">WT_STREAMS_BLOCKED</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_MAX_DATA</tt> capsule:</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D3D</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_MAX_DATA"/><xref target="WT_MAX_DATA" format="none">WT_MAX_DATA</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT_DATA_BLOCKED</tt> capsule:</t>
        <dl spacing="compact">
          <dt>Value:</dt>
          <dd>
            <t>0x190B4D41</t>
          </dd>
          <dt>Capsule Type:</dt>
          <dd>
            <t><iref item="WT_DATA_BLOCKED"/><xref target="WT_DATA_BLOCKED" format="none">WT_DATA_BLOCKED</xref></t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Specification:</dt>
          <dd>
            <t>This document</t>
          </dd>
          <dt>Change Controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
          <dt>Contact:</dt>
          <dd>
            <t>WebTransport Working Group <eref target="mailto:webtransport@ietf.org">webtransport@ietf.org</eref></t>
          </dd>
          <dt>Notes:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
      </section>
      <section anchor="iana-http">
        <name>Protocol Negotiation HTTP Header Fields</name>
        <t>The following HTTP header fields are used for negotiating a protocol
(<xref target="protocol-negotiation"/>.  These are added to the "HTTP Field Name" registry
established in <xref section="18.4" sectionFormat="of" target="HTTP"/>:</t>
        <t>The <tt>WT-Available-Protocols</tt> field:</t>
        <dl spacing="compact">
          <dt>Field Name:</dt>
          <dd>
            <t>WT-Available-Protocols</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Structured Type:</dt>
          <dd>
            <t>List</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t><xref target="protocol-negotiation"/></t>
          </dd>
          <dt>Comments:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
        <t>The <tt>WT-Protocol</tt> field:</t>
        <dl spacing="compact">
          <dt>Field Name:</dt>
          <dd>
            <t>WT-Protocol</t>
          </dd>
          <dt>Status:</dt>
          <dd>
            <t>permanent</t>
          </dd>
          <dt>Structured Type:</dt>
          <dd>
            <t>Item</t>
          </dd>
          <dt>Reference:</dt>
          <dd>
            <t><xref target="protocol-negotiation"/></t>
          </dd>
          <dt>Comments:</dt>
          <dd>
            <t>None</t>
          </dd>
        </dl>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="OVERVIEW">
          <front>
            <title>The WebTransport Protocol Framework</title>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <date day="25" month="February" year="2025"/>
            <abstract>
              <t>   The WebTransport Protocol Framework enables clients constrained by
   the Web security model to communicate with a remote server using a
   secure multiplexed transport.  It consists of a set of individual
   protocols that are safe to expose to untrusted applications, combined
   with an abstract model that allows them to be used interchangeably.

   This document defines the overall requirements on the protocols used
   in WebTransport, as well as the common features of the protocols,
   support for some of which may be optional.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-overview-09"/>
        </reference>
        <reference anchor="HTTP3">
          <front>
            <title>HTTP/3</title>
            <author fullname="M. Bishop" initials="M." role="editor" surname="Bishop"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment. This document describes a mapping of HTTP semantics over QUIC. This document also identifies HTTP/2 features that are subsumed by QUIC and describes how HTTP/2 extensions can be ported to HTTP/3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9114"/>
          <seriesInfo name="DOI" value="10.17487/RFC9114"/>
        </reference>
        <reference anchor="RFC9000">
          <front>
            <title>QUIC: A UDP-Based Multiplexed and Secure Transport</title>
            <author fullname="J. Iyengar" initials="J." role="editor" surname="Iyengar"/>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the core of the QUIC transport protocol. QUIC provides applications with flow-controlled streams for structured communication, low-latency connection establishment, and network path migration. QUIC includes security measures that ensure confidentiality, integrity, and availability in a range of deployment circumstances. Accompanying documents describe the integration of TLS for key negotiation, loss detection, and an exemplary congestion control algorithm.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9000"/>
          <seriesInfo name="DOI" value="10.17487/RFC9000"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC9114">
          <front>
            <title>HTTP/3</title>
            <author fullname="M. Bishop" initials="M." role="editor" surname="Bishop"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The QUIC transport protocol has several features that are desirable in a transport for HTTP, such as stream multiplexing, per-stream flow control, and low-latency connection establishment. This document describes a mapping of HTTP semantics over QUIC. This document also identifies HTTP/2 features that are subsumed by QUIC and describes how HTTP/2 extensions can be ported to HTTP/3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9114"/>
          <seriesInfo name="DOI" value="10.17487/RFC9114"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC9220">
          <front>
            <title>Bootstrapping WebSockets with HTTP/3</title>
            <author fullname="R. Hamilton" initials="R." surname="Hamilton"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The mechanism for running the WebSocket Protocol over a single stream of an HTTP/2 connection is equally applicable to HTTP/3, but the HTTP-version-specific details need to be specified. This document describes how the mechanism is adapted for HTTP/3.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9220"/>
          <seriesInfo name="DOI" value="10.17487/RFC9220"/>
        </reference>
        <reference anchor="HTTP-DATAGRAM">
          <front>
            <title>HTTP Datagrams and the Capsule Protocol</title>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <author fullname="L. Pardue" initials="L." surname="Pardue"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document describes HTTP Datagrams, a convention for conveying multiplexed, potentially unreliable datagrams inside an HTTP connection.</t>
              <t>In HTTP/3, HTTP Datagrams can be sent unreliably using the QUIC DATAGRAM extension. When the QUIC DATAGRAM frame is unavailable or undesirable, HTTP Datagrams can be sent using the Capsule Protocol, which is a more general convention for conveying data in HTTP connections.</t>
              <t>HTTP Datagrams and the Capsule Protocol are intended for use by HTTP extensions, not applications.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9297"/>
          <seriesInfo name="DOI" value="10.17487/RFC9297"/>
        </reference>
        <reference anchor="QUIC-DATAGRAM">
          <front>
            <title>An Unreliable Datagram Extension to QUIC</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear"/>
            <author fullname="D. Schinazi" initials="D." surname="Schinazi"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document defines an extension to the QUIC transport protocol to add support for sending and receiving unreliable datagrams over a QUIC connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9221"/>
          <seriesInfo name="DOI" value="10.17487/RFC9221"/>
        </reference>
        <reference anchor="RESET-STREAM-AT">
          <front>
            <title>QUIC Stream Resets with Partial Delivery</title>
            <author fullname="Marten Seemann" initials="M." surname="Seemann">
         </author>
            <author fullname="Kazuho Oku" initials="K." surname="Oku">
              <organization>Fastly</organization>
            </author>
            <date day="14" month="June" year="2025"/>
            <abstract>
              <t>   QUIC defines a RESET_STREAM frame to abort sending on a stream.  When
   a sender resets a stream, it also stops retransmitting STREAM frames
   for this stream in the event of packet loss.  On the receiving side,
   there is no guarantee that any data sent on that stream is delivered.

   This document defines a new QUIC frame, the RESET_STREAM_AT frame,
   that allows resetting a stream, while guaranteeing delivery of stream
   data up to a certain byte offset.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-quic-reliable-stream-reset-07"/>
        </reference>
        <reference anchor="RFC8441">
          <front>
            <title>Bootstrapping WebSockets with HTTP/2</title>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <date month="September" year="2018"/>
            <abstract>
              <t>This document defines a mechanism for running the WebSocket Protocol (RFC 6455) over a single stream of an HTTP/2 connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8441"/>
          <seriesInfo name="DOI" value="10.17487/RFC8441"/>
        </reference>
        <reference anchor="RFC6454">
          <front>
            <title>The Web Origin Concept</title>
            <author fullname="A. Barth" initials="A." surname="Barth"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>This document defines the concept of an "origin", which is often used as the scope of authority or privilege by user agents. Typically, user agents isolate content retrieved from different origins to prevent malicious web site operators from interfering with the operation of benign web sites. In addition to outlining the principles that underlie the concept of origin, this document details how to determine the origin of a URI and how to serialize an origin into a string. It also defines an HTTP header field, named "Origin", that indicates which origins are associated with an HTTP request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6454"/>
          <seriesInfo name="DOI" value="10.17487/RFC6454"/>
        </reference>
        <reference anchor="HTTP">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="FIELDS">
          <front>
            <title>Structured Field Values for HTTP</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <author fullname="P-H. Kamp" surname="P-H. Kamp"/>
            <date month="September" year="2024"/>
            <abstract>
              <t>This document describes a set of data types and associated algorithms that are intended to make it easier and safer to define and handle HTTP header and trailer fields, known as "Structured Fields", "Structured Headers", or "Structured Trailers". It is intended for use by specifications of new HTTP fields.</t>
              <t>This document obsoletes RFC 8941.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9651"/>
          <seriesInfo name="DOI" value="10.17487/RFC9651"/>
        </reference>
        <reference anchor="RFC9218">
          <front>
            <title>Extensible Prioritization Scheme for HTTP</title>
            <author fullname="K. Oku" initials="K." surname="Oku"/>
            <author fullname="L. Pardue" initials="L." surname="Pardue"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>This document describes a scheme that allows an HTTP client to communicate its preferences for how the upstream server prioritizes responses to its requests, and also allows a server to hint to a downstream intermediary how its responses should be prioritized when they are forwarded. This document defines the Priority header field for communicating the initial priority in an HTTP version-independent manner, as well as HTTP/2 and HTTP/3 frames for reprioritizing responses. These share a common format structure that is designed to provide future extensibility.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9218"/>
          <seriesInfo name="DOI" value="10.17487/RFC9218"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9308">
          <front>
            <title>Applicability of the QUIC Transport Protocol</title>
            <author fullname="M. Kühlewind" initials="M." surname="Kühlewind"/>
            <author fullname="B. Trammell" initials="B." surname="Trammell"/>
            <date month="September" year="2022"/>
            <abstract>
              <t>This document discusses the applicability of the QUIC transport protocol, focusing on caveats impacting application protocol development and deployment over QUIC. Its intended audience is designers of application protocol mappings to QUIC and implementors of these application protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9308"/>
          <seriesInfo name="DOI" value="10.17487/RFC9308"/>
        </reference>
        <reference anchor="RFC9208">
          <front>
            <title>IMAP QUOTA Extension</title>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document defines a QUOTA extension of the Internet Message Access Protocol (IMAP) (see RFCs 3501 and 9051) that permits administrative limits on resource usage (quotas) to be manipulated through the IMAP protocol.</t>
              <t>This document obsoletes RFC 2087 but attempts to remain backwards compatible whenever possible.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9208"/>
          <seriesInfo name="DOI" value="10.17487/RFC9208"/>
        </reference>
        <reference anchor="ORIGIN">
          <front>
            <title>The WebSocket Protocol</title>
            <author fullname="I. Fette" initials="I." surname="Fette"/>
            <author fullname="A. Melnikov" initials="A." surname="Melnikov"/>
            <date month="December" year="2011"/>
            <abstract>
              <t>The WebSocket Protocol enables two-way communication between a client running untrusted code in a controlled environment to a remote host that has opted-in to communications from that code. The security model used for this is the origin-based security model commonly used by web browsers. The protocol consists of an opening handshake followed by basic message framing, layered over TCP. The goal of this technology is to provide a mechanism for browser-based applications that need two-way communication with servers that does not rely on opening multiple HTTP connections (e.g., using XMLHttpRequest or s and long polling). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6455"/>
          <seriesInfo name="DOI" value="10.17487/RFC6455"/>
        </reference>
        <reference anchor="RFC7301">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl"/>
            <author fullname="A. Popov" initials="A." surname="Popov"/>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="E. Stephan" initials="E." surname="Stephan"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
        <reference anchor="I-D.ietf-webtrans-http2">
          <front>
            <title>WebTransport over HTTP/2</title>
            <author fullname="Alan Frindell" initials="A." surname="Frindell">
              <organization>Facebook Inc.</organization>
            </author>
            <author fullname="Eric Kinnear" initials="E." surname="Kinnear">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Tommy Pauly" initials="T." surname="Pauly">
              <organization>Apple Inc.</organization>
            </author>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Victor Vasiliev" initials="V." surname="Vasiliev">
              <organization>Google</organization>
            </author>
            <author fullname="Guowu Xie" initials="G." surname="Xie">
              <organization>Facebook Inc.</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   WebTransport defines a set of low-level communications features
   designed for client-server interactions that are initiated by Web
   clients.  This document describes a protocol that can provide many of
   the capabilities of WebTransport over HTTP/2.  This protocol enables
   the use of WebTransport when a UDP-based protocol is not available.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-webtrans-http2-12"/>
        </reference>
      </references>
    </references>
    <?line 1448?>

<section anchor="changelog">
      <name>Changelog</name>
      <section anchor="changes-between-draft-versions-02-and-07">
        <name>Changes between draft versions 02 and 07</name>
        <t>The following changes make the draft-02 and draft-07 versions of this protocol
incompatible:</t>
        <ul spacing="normal">
          <li>
            <t>draft-07 requires SETTINGS_WEBTRANSPORT_MAX_SESSIONS (#86) and uses it for
version negotiation (#129)</t>
          </li>
          <li>
            <t>draft-07 explicitly requires SETTINGS_ENABLE_CONNECT_PROTOCOL to be enabled
(#93)</t>
          </li>
          <li>
            <t>draft-07 explicitly requires SETTINGS_H3_DATAGRAM to be enabled (#106)</t>
          </li>
          <li>
            <t>draft-07 only allows WEBTRANSPORT_STREAM at the beginning of the stream</t>
          </li>
        </ul>
        <t>The following changes that are present in draft-07 can be also implemented by a
draft-02 implementation safely:</t>
        <ul spacing="normal">
          <li>
            <t>Expanding stream reset error code space from 8 to 32 bits (#115)</t>
          </li>
          <li>
            <t>WEBTRANSPORT_SESSION_GONE error code (#75)</t>
          </li>
          <li>
            <t>Handling for HTTP GOAWAY (#76)</t>
          </li>
          <li>
            <t>DRAIN_WEBTRANSPORT_SESSION capsule (#79)</t>
          </li>
          <li>
            <t>Disallowing following redirects automatically (#113)</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
9fqiB92rWCrzZT9pN3gXWEGLdzindckxHF4Pt8VAlKDBaPGuXEmyjLmGu7QS
i69jLqZGErei4kr2uAQmBF8O7RqmChF6Oz2+sUM1ZUl9JroxiUGMEuiVm+nd
zsst/x6w8eiPJ8X7gv6u1tv2+mk7tfZc1qrh5HDvaK8lGbHLqFgbZ9Tw/oQu
O+Pf8cbVwDZgHce5+wAoVGTxih2vAGPt9Q3afliGQUtAW8RelfwQOd+6TmqC
SW/W5K41GNRvUQ74tn0fHo+e4Hp/wmF+liDQmn8jzZp0xBRzCWnC1WDJNYRW
YqHo8DG9awzdbEdORH9UY/YpTrREKOjXPhlrzElG3HbCo4SdY7gEub8akXYk
Kp1L3mnLlXh3Igvovtsjw8trvUg3hOTtn3d53A99GugH2+wm6rJFfN92RxX0
uJZcYQcp7BhEp10z+Dq74fjkndfG668i/hlxbk6zWYqX3viB8bt1aGybvLax
1iEYfaijxi72xoBIG7bCiOxpRtAR7CNTT2TaemS38WlzJ3s2mW49Q6KjZfD3
MIwUgaeWCgPqMujlT4vJZVl9t3aPRN01oZj75PR2bXFH/oFh31xgTy7ST1H2
qWulFycniN+ss/8Mm6CtHjS37fidacjB0mTz4+71OI7df3TX1Nav2ZfhXUrT
RhwK1NBV60paEYdiXmkWMLd/59IVr20FEFZ35Yyog8a/26cvy94rw+lvuEgv
6bVNcmA90Uyt2Lh0L7emoibDdZH5PdAfkv7W+PHOv5XsMe/8vnSPz34V4Y9/
M3QfLu1/MOF3x8B/63RPZecx4X/7byF8jHbfRfCUcXdPQg+cbq7hwx3E3d2G
htNVwlY09xbgrbr8e5Bz0kPOaVfGnxrbgQFzO+HaXAkvCmlss6nfGLFys4OI
SDe/nkixsp+ciZT54KuwX6ewukHurbLa7NQP7n4V/55V9jtyLhb5vNC3hYqg
vceZreVgI/SeR70fGfMdbHYD3ixtjANVtT0G437YEgf8v4gub5T74itsLs80
vMYZMuJ06NFDuJRcOuSYyKLycPMtCHcPrrYhJcWCd6PplBJI6ZcXwHl8u8nL
k/n12HOD3Ad5vl7fd8FUeJS2nz3bGU+f7txhWPqXS1bZP8nXramseKs4EW3r
ivnRnQgchTD7KR2RLfJkY/pk/PjpV8BJKW90JQS7w6IAXOd9MInLs+NwNDrL
0AXcKjrrMckk58Qkd2ed3AM3h6434SBKcbI3HyP9UA88/4b4iBZadziHyPVv
923fyMyFseh2HDjPNeYMLfWqjiQMGNX2QuboPubRHbvXfbNxfS9UwbnTVDE8
0nXXMZPmIB0nLXy3+6gZujo6St3zOHyQefDBu4tKUE2S6+nONnAib7Jd3qHg
ZWRO2H4Vf8My57RgXhMiocWLOGyrnWvmyJZ2k8ODs1fI+4omnTS7McZ/LCtK
Z/6+KlfL5A++q+nP6BgaldXFH1lJIGiOyiJDbQ9vRIf3vlujGDzf9KF4CO4r
6sEDXtfViYfg5QAPGEipmd0/FOel79Fi3ys8lEkhCXkd+ZYPh8T13wwWPTXd
4nA3wGFX74VOnPqdTH/TlBXVIt6Kl7ActhMv0XC/bdyopnw7sez3Eghr2b9l
DPglD7eTxmY36/H74v0mMYFC0EY4bJ5JKennrzlM/Ypr5j4/yNMiJX9/y2FP
j2tUmx9HsWnzQAovhcVFMbC1nv5t7xCB2b32bj3Cl0AiQ9BJXuMruUFJzOZT
KicgKH0BPNy7SvM5lfkoEuoPtjTIzcHb3fV0367TZVYrrDRRcnkDMAYRlt2k
b/G49QvK3bgnIVt4bgFeH7k/xIdNtvi/DrEZDod0GSJlOBLxz8sLVsYkNUw7
kU0pzclm4GxsUYBl40lMe5pStkil7TS9OJTn5cOTIOGv4QtgBCN+XiDV99h3
bBqH8zQcvDg72Ts6xcvqwkjMwwdPH3NSGrVM5AQlUHQ1C8hDGDy7ufVs3Z/J
yyhpT3pwtPfizcG5mAPn706Oz45fHr8R41WuwoCpHj54tn3/UV9vn6tWGo6E
4G08DgaiNuRiSQco0MuL2bIZw1EstJbQZZ337ZjtgyOtsPDU2in1Emi0pWzc
Xupvjd3iqOq7TmfZ/IY28eDTMpW7s9UKxZR3L10c6VNSYZ4iBra3kjEVoz3Y
3PwWlx+utLvkCJ5+Qg+/1laWyO+IScmlnvAAIZMV1a4xnV/xwRMii/28ttmx
ngGXsQcDeOuqKTHbnFPpEV7Y9/8D7Y5mNwbbAAA=

-->

</rfc>
