- From: Jan-Ivar Bruaroey <notifications@github.com>
- Date: Tue, 18 Nov 2025 06:41:01 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 18 November 2025 14:41:05 UTC
jan-ivar left a comment (whatwg/fetch#1873) > One question: the WebTransport handshake doesn't have the 101 response handling? Thanks for calling that out, no it doesn't but we probably need to break out at the same spot if mode == "webtransport" right? WebTransport does not use 101. It uses extended CONNECT, and a 2xx response establishes the session, after which the CONNECT stream is treated as the live session. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1873#issuecomment-3547925419 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1873/c3547925419@github.com>
Received on Tuesday, 18 November 2025 14:41:05 UTC