From: Amos Jeffries Date: Mon, 31 Mar 2014 10:28:35 +0000 (-0700) Subject: HTTP/1.1: update reference to IANA method registry X-Git-Tag: SQUID_3_5_0_1~306 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6cdf6b3fc8b8727d36b75da90e2c91f2732d75e;p=thirdparty%2Fsquid.git HTTP/1.1: update reference to IANA method registry --- diff --git a/src/http/MethodType.h b/src/http/MethodType.h index ce64956905..fbe811e419 100644 --- a/src/http/MethodType.h +++ b/src/http/MethodType.h @@ -4,8 +4,10 @@ namespace Http { -// see IANA registry: -// also: https://datatracker.ietf.org/doc/draft-ietf-httpbis-method-registrations +/* + * The IANA registry for HTTP status codes can be found at: + * http://www.iana.org/assignments/http-methods/http-methods.xhtml + */ typedef enum _method_t { METHOD_NONE = 0,