]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
HTTP/1.1: update reference to IANA method registry
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 Mar 2014 10:28:35 +0000 (03:28 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 31 Mar 2014 10:28:35 +0000 (03:28 -0700)
src/http/MethodType.h

index ce649569054fa8357b6b5bde7bf6f8cfbc56c5f0..fbe811e419b2b7172dc7755e2d7f9a0e7eb3c458 100644 (file)
@@ -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,