Re: [whatwg/fetch] Concurrent GET requests can cause cache misses? (#932)

Yeah, in practice I'm sure caches do collapse requests, and use locking to ensure atomicity, I just don't see how the fetch spec language allows it? 5.19.1 only reads from the cache, and 7.5.2 stores in the cache after the status code has arrived?

-- 
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/932#issuecomment-530028798

Received on Tuesday, 10 September 2019 17:00:34 UTC