- From: Martin Thomson <notifications@github.com>
- Date: Fri, 05 Apr 2024 04:53:07 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 April 2024 11:53:12 UTC
@martinthomson commented on this pull request. > + <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]] Perhaps ```suggestion <p>When establishing such a connection, enable options that are necessary for WebTransport. For HTTP/3, this means 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]] ``` -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1745#pullrequestreview-1982962032 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1745/review/1982962032@github.com>
Received on Friday, 5 April 2024 11:53:12 UTC