CacheFilter: Support customizing whether to cache responses with no cache-control directives
Open
area/cache
help wanted
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 428
Description
[RFC7231§6.1](https://httpwg.org/specs/rfc7231.html#overview.of.status.codes) permits caching some responses to GET/HEAD requests without explicit cache-related headers, depending on the status code. To prevent unpleasant surprises, it should be configurable whether CacheFilter (#7198) caches such responses or whether it requires a positive indication of cacheability.
Contributor guide
Assessment
This issue has not been assessed yet.