Re: [fetch] Response content-length header almost always wrong (#67)

@wanderview what does the HTTP cache do here? Does it retain the original `content-length` header (or absence of) or create its own? Is compression altered? What about range requests, can they be produced from the http cache?

The cache API should be able to produce partial responses for range requests. This would work very well with media elements. I'm less sure about changing the transfer encoding & content-length.

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

Received on Friday, 17 July 2015 11:47:17 UTC