Skip to content

Commit 8fd99ef

Browse files
Change the unknown filtered value to "@unknown" from "_"
1 parent 20dbe9a commit 8fd99ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6321,7 +6321,7 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps:
63216321
<li><p>Let <var>codings</var> be the result of <a>extracting header list values</a> given
63226322
`<code>Content-Encoding</code>` and <var>response</var>'s <a for=response>header list</a>.
63236323

6324-
<li><p>Let <var>filteredCoding</var> be "<code>_</code>".
6324+
<li><p>Let <var>filteredCoding</var> be "<code>@unknown</code>".
63256325

63266326
<li><p>If <var>codings</var> is null or failure, then set <var>filteredCoding</var> to
63276327
the empty string.

0 commit comments

Comments
 (0)