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. Thanks, Boaz