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

Shouldn't "no-store" be appended for "no-store" cache mode?

https://fetch.spec.whatwg.org/#concept-request-cache-mode says
 - "no-store": Fetch behaves as if there is no HTTP cache at all.
 - "reload": Fetch behaves as if there is no HTTP cache on the way to the network. Ergo, it creates a normal request and updates the HTTP cache with the response.

If "no-store" cache mode is specified, the browser should not use a response stored in a HTTP proxy, I think.

cc: @matto @toyoshim @tyoshino 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/231#issuecomment-292911571

Received on Monday, 10 April 2017 10:31:24 UTC