- From: Guohui Deng <notifications@github.com>
- Date: Wed, 22 Jan 2025 10:41:47 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 January 2025 18:41:51 UTC
@guohuideng2024 commented on this pull request. > + <a for="header list">getting, decoding, and splitting</a> `<code>Content-Encoding</code>` from + <var>headers</var>. + + <li><p>If <var>values</var> is null, then return null. + + <li><p>Let <var>candidateValue</var> be null. + + <li> + <p><a for=list>For each</a> <var>value</var> of <var>values</var>: + + <ol> + <li><p>If <var>candidateValue</var> is null, then set <var>candidateValue</var> to + <var>value</var>. + + <li><p>Otherwise, if <var>value</var> is not <var>candidateValue</var>, return failure. + </ol> I see! I changed the text. Now something like {gzip, GZIP} (case-insensitive match) would be ok. What do you think? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1796#discussion_r1925800652 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1796/review/2568005173@github.com>
Received on Wednesday, 22 January 2025 18:41:51 UTC