Phil Sorber

Results 3 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

Clippy fixes for Rust 1.92 https://rust-lang.github.io/rust-clippy/stable/index.html#/non_canonical_partial_ord_impl