From: Amos Jeffries Date: Wed, 9 Apr 2014 16:54:22 +0000 (-0700) Subject: HTTP/1.1: update reference to IANA method registry X-Git-Tag: SQUID_3_4_4_1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c2c3ec6ede218cb45e88e3efebaa544918c29b9;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,