]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
HTTP/2: Add method PRI registration
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Dec 2014 13:07:30 +0000 (05:07 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Dec 2014 13:07:30 +0000 (05:07 -0800)
src/http/MethodType.h

index e0b47b468fc6c8a219d51af111c147b47258d21d..cfe2e52d4227d2b99d036f6c693306c5545ed8d9 100644 (file)
@@ -87,6 +87,9 @@ typedef enum _method_t {
     METHOD_UNBIND,
 #endif
 
+    // draft-ietf-httpbis-http2-16 section 11.6
+    METHOD_PRI,
+
     // Squid extension methods
     METHOD_PURGE,
     METHOD_OTHER,