- From: Jake Archibald <notifications@github.com>
- Date: Thu, 31 May 2018 04:44:41 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 31 May 2018 11:45:07 UTC
I'm going through some URLs, and yes, there are some that won't return a range unless `Accept-Encoding` is absent, or indicates 'identity'. *However*, there are some URLs that do the opposite. https://www.narita-airport.jp/files/bg.mp4 will send back a 200 unless `Accept-Range: gzip, deflate, br`, in which case it'll send back a range. 💩 -- 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/issues/747#issuecomment-393504116
Received on Thursday, 31 May 2018 11:45:07 UTC