Re: [fetch] Update headers upon a 304; fixes #97 (#141)

So reading that thread linked from the issue. One of the problems is that where 304 is handled now in Fetch, CORS has already happened. So the 304 would be rejected if it lacked CORS headers. Which per that thread is wrong. We should first get the response from the cache, update things all around, and then do a CORS check.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/141#issuecomment-149460468

Received on Tuesday, 20 October 2015 07:22:08 UTC