Re: [whatwg/fetch] Investigate usage of "append" for headers (Issue #1850)

dizel3d left a comment (whatwg/fetch#1850)

If I understand correctly, `Accept-Encoding` was restricted to the single value `identity` because [7 years ago 3.21% of web servers handled the request incorrectly](https://github.com/whatwg/fetch/issues/747#issuecomment-393572169). However, I would also like to point out that this has removed the possibility of selectively reading files compressed with `deflate`, `zstd`, or `brotli`.
Has anyone checked how many web servers respond incorrectly to `Accept-Encoding: deflate, identity` (like modern Firefox) or `Accept-Encoding: identity, deflate`?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1850#issuecomment-3292471536
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1850/3292471536@github.com>

Received on Monday, 15 September 2025 14:29:11 UTC