@@ -5447,11 +5447,9 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
5447
5447
<a for="fetch timing info">post-redirect start time</a> , and <var> fetchParams</var> 's
5448
5448
<a for="fetch params">cross-origin isolated capability</a> .
5449
5449
5450
- <li><p> If <var> connection</var> is not an HTTP/2 connection, <var> request</var> 's
5450
+ <li><p> If <var> connection</var> is an HTTP/1.x connection, <var> request</var> 's
5451
5451
<a for=request>body</a> is non-null, and <var> request</var> 's <a for=request>body</a>' s
5452
- <a for=body>source</a> is null, then <a for="header list">append</a>
5453
- (`<code> Transfer-Encoding</code> `, `<code> chunked</code> `) to <var> request</var> 's
5454
- <a for=request>header list</a> .
5452
+ <a for=body>source</a> is null, then return a <a>network error</a> .
5455
5453
5456
5454
<li> Set <var> timingInfo</var> 's <a for="fetch timing info">final network-request start time</a>
5457
5455
to the <a for=/>coarsened shared current time</a> given <var> fetchParams</var> 's
@@ -5525,10 +5523,6 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
5525
5523
therefore <var> response</var> represents both a <a for=/>response</a> and
5526
5524
an HTTP response here.
5527
5525
5528
- <p> If <var> request</var> 's <a for=request>header list</a> contains
5529
- (`<code> Transfer-Encoding</code> `, `<code> chunked</code> `) and <var> response</var> is
5530
- transferred via HTTP/1.0 or older, then return a <a>network error</a> .
5531
-
5532
5526
<p> If the HTTP request results in a TLS client certificate dialog, then:
5533
5527
5534
5528
<ol>
0 commit comments