- From: Eric Kinnear <notifications@github.com>
- Date: Tue, 23 Apr 2024 15:46:58 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 23 April 2024 22:47:02 UTC
@ekinnear commented on this pull request. Thank you! This seems like it strikes a good balance between describing the needs at a high level and being clear and precise enough for implementation at a lower level. > + <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]] +1, this seems like a good improvement, and as we have additional concrete options we can include the specific configuration to use for them. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1745#pullrequestreview-2018408748 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1745/review/2018408748@github.com>
Received on Tuesday, 23 April 2024 22:47:02 UTC