File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -5232,6 +5232,11 @@ these steps:
5232
5232
<!-- not resetting actualResponse since it's no longer used anyway -->
5233
5233
</ol>
5234
5234
5235
+ <li><p> If <var> response</var> is a <a>network error</a> and <var> request</var> has the
5236
+ <a>https-upgrades</a> flag set, set <var> request</var> 's <a for=/>URL</a> <a for=url>scheme</a>
5237
+ to <code> http</code> and set <var> response</var> to the result of running <a>HTTP-redirect fetch</a>
5238
+ given <var> fetchParams</var> and <var> response</var> .
5239
+
5235
5240
<li><p> Return <var> response</var> . <span class=note> Typically <var> actualResponse</var> 's
5236
5241
<a for=response>body</a> 's <a for=body>stream</a> is still being enqueued to after
5237
5242
returning.</span>
You can’t perform that action at this time.
0 commit comments