Re: [w3c/ServiceWorker] should FetchEvent.request ever be a range request if we cannot verify if the underlying resource is the same? (#1201)

As far as I can tell the fetch spec does not indicate when the Range header should be added to the request.  In gecko we only add it in "network or cache" path here:

https://searchfox.org/mozilla-central/source/netwerk/protocol/http/nsHttpChannel.cpp#4208

@annevk, is this something fetch spec should include?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1201#issuecomment-332916761

Received on Thursday, 28 September 2017 18:03:03 UTC