Skip to content

Commit

Permalink
if codings[0] is empty string
Browse files Browse the repository at this point in the history
It should be returned.
  • Loading branch information
Guohui Deng committed Feb 14, 2025
1 parent 693b19e commit 6b50e38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ <h3>
</li>
<li>
<p>
If <i>codings[0]</i> is supported by the user agent, and is listed in the
If <i>codings[0]</i> is the empty string, or it is supported by the user agent,
and is listed in the
<a href="https://www.iana.org/assignments/http-parameters/http-parameters.xhtml#content-coding">
content encoding registry on IANA</a>, return <i>codings[0]</i>.
</p>
Expand Down

0 comments on commit 6b50e38

Please sign in to comment.