diff options
author | Stefan Eissing <icing@apache.org> | 2022-04-07 12:55:09 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-04-07 12:55:09 +0200 |
commit | 8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5 (patch) | |
tree | bf85a7d03678cada347f2129ac73761954f12ceb /modules/http2/h2_workers.c | |
parent | *) core/mod_http: use RESPONSE meta buckets and a new HTTP/1.x specific (diff) | |
download | apache2-8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5.tar.xz apache2-8ce99f9ef1f08bf4e9c209002ae92b9f08c307f5.zip |
*) 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
Diffstat (limited to 'modules/http2/h2_workers.c')
-rw-r--r-- | modules/http2/h2_workers.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <httpd.h> #include <http_core.h> #include <http_log.h> +#include <http_protocol.h> #include "h2.h" #include "h2_private.h" |