- From: Mark Nottingham <notifications@github.com>
- Date: Wed, 13 Apr 2016 00:43:53 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 13 April 2016 07:44:23 UTC
200 is absolutely allowed as a response to a ranged request; servers aren't required to support them. http://httpwg.org/specs/rfc7233.html#introduction > Range requests are an OPTIONAL feature of HTTP, designed so that recipients not implementing this feature (or not supporting it for the target resource) can respond as if it is a normal GET request without impacting interoperability. Partial responses are indicated by a distinct status code to not be mistaken for full responses by caches that might not implement the feature. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/703#issuecomment-209286221
Received on Wednesday, 13 April 2016 07:44:23 UTC