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

@annevk Not sure what you meant by

>  I think fundamentally when you have an object the header should not be relevant anymore, but the original value might still be interesting for debugging purposes.

You're just talking about `Content-Length`, right? Not headers in general?

I suspect there may be all sorts of weirdness. For example, if a Network request was chunked in the Response, should that be preserved in the Response object if it was loaded from the Cache? Presumably you shouldn't have to preserve the same boundaries - they could just be handled transparently?

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

Received on Monday, 6 July 2015 11:10:09 UTC