From: Amos Jeffries Date: Wed, 28 May 2014 10:50:23 +0000 (-0700) Subject: Docs: HTTP 308 status is now RFC 7238 X-Git-Tag: SQUID_3_5_0_1~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c6e93c9e08933306a71993a4e92eec83cd5e777;p=thirdparty%2Fsquid.git Docs: HTTP 308 status is now RFC 7238 --- diff --git a/src/http/StatusCode.h b/src/http/StatusCode.h index 904c13e620..349b1ed82a 100644 --- a/src/http/StatusCode.h +++ b/src/http/StatusCode.h @@ -31,7 +31,7 @@ typedef enum { scNotModified = 304, scUseProxy = 305, scTemporaryRedirect = 307, - scPermanentRedirect = 308, /**< RFC-reschke-http-status-308-07 */ + scPermanentRedirect = 308, /**< RFC7238 */ scBadRequest = 400, scUnauthorized = 401, scPaymentRequired = 402,