From: Garri Djavadyan Date: Mon, 14 Nov 2016 13:17:06 +0000 (+1300) Subject: Bug 3533: Cache still valid after HTTP/1.1 303 See Other X-Git-Tag: M-staged-PR71~376 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5613c60dd88ebcdda984be3f02fe4ed8fe8825ef;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: