Re: [fetch] Handling Partial Content / 206 (#144)

1. You can take the approach that every 206 is combined into one cache entry as soon as it occurs, or you can alternatively store multiple 206s and combine them at some later time. HTTP doesn't care which, as long as the effect is the same; see http://httpwg.github.io/specs/rfc7234.html#combining.responses 
2. Step 14 already requires a complete response.
3. see http://httpwg.github.io/specs/rfc7233.html#combining.byte.ranges
4. maybe, yeah...


---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/144#issuecomment-155976343

Received on Thursday, 12 November 2015 02:19:28 UTC