[fetch] RequestCache "no-store" type must also set no-cache headers (#231)

Similar to #201.  Both "reload" and "no-store" want to avoid looking the response up in the cache, so in both cases the UA needs to set the no-cache headers to signal this to the HTTP proxies.

I forgot to mention this in #201, sorry about that!

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

Received on Wednesday, 2 March 2016 14:32:36 UTC