- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 30 May 2022 09:22:17 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 30 May 2022 16:22:29 UTC
@annevk commented on this pull request.
> @@ -5434,11 +5434,9 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
<a for="fetch timing info">post-redirect start time</a>, and <var>fetchParams</var>'s
<a for="fetch params">cross-origin isolated capability</a>.
- <li><p>If <var>connection</var> is not an HTTP/2 connection, <var>request</var>'s
- <a for=request>body</a> is non-null, and <var>request</var>'s <a for=request>body</a>'s
- <a for=body>source</a> is null, then <a for="header list">append</a>
- (`<code>Transfer-Encoding</code>`, `<code>chunked</code>`) to <var>request</var>'s
- <a for=request>header list</a>.
+ <li><p>If <var>connection</var> is neither an HTTP/2 nor an HTTP/3 connection,
+ <var>request</var>'s <a for=request>body</a> is non-null, and <var>request</var>'s
+ <a for=request>body</a>'s <a for=body>source</a> is null, then return a <a>network error</a>.
Can we talk about it not being an HTTP/1 connection? Presumably HTTP/2+ has this covered, not just 2 and 3.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1444#pullrequestreview-989545686
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1444/review/989545686@github.com>
Received on Monday, 30 May 2022 16:22:29 UTC