- From: Ehsan Akhgari <notifications@github.com>
- Date: Wed, 02 Mar 2016 08:58:21 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 2 March 2016 16:58:51 UTC
Again, similar to #201. When always validating the contents of the cache, Gecko sends `Cache-Control: max-age=0` to signal to the HTTP proxies along the way to revalidate their cached entries. This is the behavior for HTTP/1.1. For HTTP/1.0, Gecko only sends `Pragma: no-cache` since there is no better header to send. I think we should spec the HTTP/1.1 behavior. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/232
Received on Wednesday, 2 March 2016 16:58:51 UTC