Re: [whatwg/fetch] {cache: "no-cache"} vs Cache-Control: immutable (#308)

See [these tests](https://cache-tests.fyi/?id=cc-resp-immutable-fresh&id=cc-resp-immutable-stale#cc-response); as far as I can tell, none of the three browser engines is acting in this way.

The failing test caches a response with:

~~~
Cache-Control: max-age=10000, immutable
ETag: "abcd"
~~~

then pauses three seconds and makes a request with `no-cache` in the fetch init; it's expected to come from cache.

-- 
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/308#issuecomment-649323547

Received on Thursday, 25 June 2020 07:45:20 UTC