]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Register status 308 permanent redirect
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 26 Mar 2012 21:33:42 +0000 (09:33 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 26 Mar 2012 21:33:42 +0000 (09:33 +1200)
src/HttpStatusCode.h

index 16c4b91a23225fdd08bb344c7dd95e4e9d26241c..7ce73526b8a59fb9d5037bfa40b078c22b72f78d 100644 (file)
@@ -24,6 +24,7 @@ typedef enum {
     HTTP_NOT_MODIFIED = 304,
     HTTP_USE_PROXY = 305,
     HTTP_TEMPORARY_REDIRECT = 307,
+    HTTP_PERMANENT_REDIRECT = 308,
     HTTP_BAD_REQUEST = 400,
     HTTP_UNAUTHORIZED = 401,
     HTTP_PAYMENT_REQUIRED = 402,