Re: [whatwg/fetch] Additional reasoning for sending Accept-Encoding: identity (#764)

I hadn't realised that if a resource is encoded, a range is taken from that encoded resource. So if the range is `bytes=1-`, and the content is encoded, `fetch()` will always reject when it tries to decode the content.

If the server returns unencoded data, this failure won't occur.

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

Received on Friday, 15 June 2018 12:55:40 UTC