Skip to content

Commit fbb0e7e

Browse files
committed
Make http optional
1 parent f8eba9b commit fbb0e7e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

fetch.bs

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4299,11 +4299,16 @@ steps:
42994299
<a for="fetch params">timing info</a>.</p></li>
43004300
</ol>
43014301
</li>
4302-
<li><p>Otherwise, if <var>response</var>'s <a for=response>URL</a>'s <a for=url>scheme</a> is
4303-
"<code>https</code>", then set <var>response</var>'s <a for=response>timing info</a>'s
4304-
<a for="fetch timing info">server timing headers</a> to the result of
4305-
<a for="header list">getting, decoding, and splitting</a> `<code>Server-Timing</code>` from
4306-
<var>response</var>'s <a for=response>header list</a>.</p></li>
4302+
<li>
4303+
<p>Otherwise, if <var>response</var>'s <a for=response>URL</a>'s <a for=url>scheme</a> is
4304+
"<code>https</code>", then set <var>response</var>'s <a for=response>timing info</a>'s
4305+
<a for="fetch timing info">server timing headers</a> to the result of
4306+
<a for="header list">getting, decoding, and splitting</a> `<code>Server-Timing</code>` from
4307+
<var>response</var>'s <a for=response>header list</a>.
4308+
4309+
<p>The user agent may decides to expose `<code>Server-Timing</code>` headers to
4310+
"<code>http</code>" requests as well.
4311+
</li>
43074312

43084313
<li>
43094314
<p>Let <var>processResponseEndOfBody</var> be the following steps:

0 commit comments

Comments
 (0)