- From: Mark Nottingham <notifications@github.com>
- Date: Wed, 08 Jul 2020 00:51:16 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 8 July 2020 07:51:29 UTC
It's certainly _possible_ for a 304 to contain a non-matching Etag, but the cache shouldn't update the response. Whether or not the client retries the request is up to it -- but usually it will, if it still wants a response. HTTP doesn't specify it because it's pretty generic, but I could see Fetch doing so (if you can get everyone to agree). -- 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/950#issuecomment-655352357
Received on Wednesday, 8 July 2020 07:51:29 UTC