From 8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 7 Apr 2022 10:55:09 +0000 Subject: *) mod_http2: use the new RESPONSE buckets introduced in r1899648. This replaces the internal H2_HEADERS bucket, removing its source file and also obsoletes any interim response parsing needs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899649 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_workers.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/http2/h2_workers.c') diff --git a/modules/http2/h2_workers.c b/modules/http2/h2_workers.c index 14590f4902..774122b9e4 100644 --- a/modules/http2/h2_workers.c +++ b/modules/http2/h2_workers.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "h2.h" #include "h2_private.h" -- cgit v1.2.3