- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 01 Jun 2022 07:05:31 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 June 2022 14:05:43 UTC
@domenic 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 an HTTP/1.x connection, <var>request</var>'s
Is HTTP/0.9 something to worry about?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1444#pullrequestreview-992034512
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1444/review/992034512@github.com>
Received on Wednesday, 1 June 2022 14:05:43 UTC