diff options
author | Stefan Eissing <icing@apache.org> | 2022-04-13 10:38:12 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-04-13 10:38:12 +0200 |
commit | 5d3b2f1f0c37f672d313b60f5b7412ff3f7090e6 (patch) | |
tree | 55e7badf78a6b754fc5e70fcc1d3fb64cba544fc /modules/http2/h2_push.h | |
parent | Merge PR 311: (diff) | |
download | apache2-5d3b2f1f0c37f672d313b60f5b7412ff3f7090e6.tar.xz apache2-5d3b2f1f0c37f672d313b60f5b7412ff3f7090e6.zip |
*) mod_http2: use the new REQUEST buckets to forward request
on secondary connections. Use the now generic
ap_process_connection() in h2 workers to process those.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899802 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_push.h')
-rw-r--r-- | modules/http2/h2_push.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/http2/h2_push.h b/modules/http2/h2_push.h index 008a74191b..d514bbffed 100644 --- a/modules/http2/h2_push.h +++ b/modules/http2/h2_push.h @@ -17,6 +17,8 @@ #ifndef __mod_h2__h2_push__ #define __mod_h2__h2_push__ +#include <http_protocol.h> + #include "h2.h" struct h2_request; |