On 23/01/2014 3:04 a.m., Boaz Citrin wrote: > Hello, > > I want to invalidate the cache when my server returns 202 to a PUT > request, however it seems like Squid ignores the Cache-Control when > return code is 202. > Tried to set must-revalidate or even not to return any Cache-Control > header but these all result no update to cache so subsequent GET > request results HIT while I expect a MISS. Which version of Squid are you using? Have you any unusual patch applied which might affect caching? Are you using Store-URL or Store-ID features? Have you enabled SMP workers? Is the URL used in PUT presenting a Vary response to GET? Amos