From: Garri Djavadyan Date: Fri, 18 Nov 2016 12:59:09 +0000 (+1300) Subject: Bug 3533: Cache still valid after HTTP/1.1 303 See Other X-Git-Tag: SQUID_4_0_17~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a50eb4f255c4dcab48b89acb1f2455cf0b1d945;p=thirdparty%2Fsquid.git Bug 3533: Cache still valid after HTTP/1.1 303 See Other RFC7231 does not mention 303 response as non-cacheable. So, assuming that means it *is* cacheable. --- diff --git a/src/http.cc b/src/http.cc index 734dbcac54..ca61909e12 100644 --- a/src/http.cc +++ b/src/http.cc @@ -202,6 +202,8 @@ httpMaybeRemovePublic(StoreEntry * e, Http::StatusCode status) case Http::scFound: + case Http::scSeeOther: + case Http::scGone: case Http::scNotFound: