From 5d1a9afcfcaf0ef83d52c1487d0403c8930bbff3 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 5 Dec 2014 05:07:30 -0800 Subject: [PATCH] HTTP/2: Add method PRI registration --- src/http/MethodType.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/http/MethodType.h b/src/http/MethodType.h index e0b47b468f..cfe2e52d42 100644 --- a/src/http/MethodType.h +++ b/src/http/MethodType.h @@ -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, -- 2.47.2