envoyproxy/envoy

CacheFilter: Serve HEAD requests from cache

Open

#10.020 aperta il 12 feb 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/cachehelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

CacheFilter currently only does cache lookups for GET requests. HEAD requests can also be served from cache. It's not that valuable, but it's also mostly trivial.

We could also insert HEAD responses into cache, but it's probably not worth it.

Guida contributor