Phil Sorber

Results 2 issues of Phil Sorber

The `Pragma` header has no meaning in an HTTP response, yet ATS will not cache an HTTP response from origin with `Pragma: no-cache`. Additionally, the presence of a `Cache-Control` header...

Cache
HTTP
Stale

https://httpwg.github.io/specs/rfc7234.html#rfc.section.5.2.2.2 no-cache in a response means you can still store on your proxy, you just cannot serve it without revalidation. We should store the content but immediately expired. Then revalidate...

bug