From 91e25c3b176975d61d3470523d4ea718486767c5 Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Tue, 31 Mar 2026 19:43:54 -0400 Subject: [PATCH] Use SETTINGS_WT_ENABLED from draft 15 of ietf-webtrans-http3 --- fetch.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fetch.bs b/fetch.bs index 22d460293..e7b8ed11c 100755 --- a/fetch.bs +++ b/fetch.bs @@ -3136,8 +3136,8 @@ boolean requireUnreliable, and a WebTransport-hash list
  • When establishing a connection capable of unreliable transport, 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 + SETTINGS_WT_ENABLED with a value of 1 and + SETTINGS_H3_DATAGRAM with a value of 1 in the initial SETTINGS frame. [[!WEBTRANSPORT-HTTP3]] [[!HTTP3-DATAGRAM]]

  • If credentials is false, then do not send a TLS client certificate.