envoyproxy/envoy
GitHub で見るCacheFilter: Support customizing whether to cache responses with no cache-control directives
Open
#9,834 opened on 2020年1月25日
area/cachehelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
RFC7231§6.1 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.