- From: Guohui Deng <notifications@github.com>
- Date: Mon, 12 May 2025 11:06:26 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 12 May 2025 18:06:30 UTC
@guohuideng2024 commented on this pull request. > @@ -6319,6 +6321,23 @@ optional boolean <var>forceNewConnection</var> (default false), run these steps: <li><p>Let <var>codings</var> be the result of <a>extracting header list values</a> given `<code>Content-Encoding</code>` and <var>response</var>'s <a for=response>header list</a>. + <li><p>Let <var>filteredCoding</var> be "<code>_</code>". + + <li><p>If <var>codings</var> is null, then set <var>filteredCoding</var> to the empty string. + + <li><p>Otherwise, if <var>codings</var>'s <a for=list>size</a> is greater than 1, then set Fixed. "failure" and "null" would result in "the empty string". -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1796#discussion_r2085190074 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1796/review/2834066132@github.com>
Received on Monday, 12 May 2025 18:06:30 UTC