- From: Jake Archibald <notifications@github.com>
- Date: Fri, 15 Jun 2018 05:55:17 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 June 2018 12:55:40 UTC
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