Skip to content

Commit

Permalink
jib review
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Apr 29, 2024
1 parent e699243 commit 840df72
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2972,13 +2972,14 @@ boolean <var>requireUnreliable</var>, run these steps:
[[!HTTP1]] [[!TLS]]

<ul>
<li>
<p>If <var>requireUnreliable</var> is true, then establish a connection capable of unreliable
transport, e.g., HTTP/3. [[!HTTP3]]

<p>When establishing such a connection, enable options that are necessary for WebTransport. For
HTTP/3, this means including SETTINGS_ENABLE_WEBTRANSPORT with a value of 1 and H3_DATAGRAM with
a value of 1 in the initial SETTINGS frame. [[!WEBTRANSPORT-HTTP3]] [[!HTTP3-DATAGRAM]]
<li><p>If <var>requireUnreliable</var> is true, then establish a connection capable of unreliable
transport, e.g., an HTTP/3 connection. [[!HTTP3]]

<li><p>When establishing a connection capable of unreliable transport, enable options that are
necessary for WebTransport. For HTTP/3, this means including
<code>SETTINGS_ENABLE_WEBTRANSPORT</code> with a value of <code>1</code> and
<code>H3_DATAGRAM</code> with a value of <code>1</code> in the initial <code>SETTINGS</code>
frame. [[!WEBTRANSPORT-HTTP3]] [[!HTTP3-DATAGRAM]]

<li><p>If <var>credentials</var> is false, then do not send a TLS client certificate.

Expand Down

0 comments on commit 840df72

Please sign in to comment.