- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 05 Apr 2024 02:22:57 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 April 2024 09:23:01 UTC
@annevk commented on this pull request. > + <li> + <p>If <var>requireUnreliable</var> is true, then establish a connection capable of unreliable + transport, e.g., HTTP/3. [[!HTTP3]] - <li><p>When establishing an HTTP/3 connection, include 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]] + <p>When establishing such a connection, include 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]] I would like some feedback on this part @ekinnear. Is this reasonable to desire for all unreliable transport connections? Presumably the details of this might shift in future protocol versions. Perhaps this second paragraph should remain "When establishing an HTTP/3 connection"? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1745#pullrequestreview-1982449612 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1745/review/1982449612@github.com>
Received on Friday, 5 April 2024 09:23:01 UTC