1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

*) 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
This commit is contained in:
Stefan Eissing
2022-04-13 08:38:12 +00:00
parent fbb84e00fa
commit 5d3b2f1f0c
18 changed files with 355 additions and 294 deletions

View File

@@ -49,5 +49,7 @@ h2_request *h2_request_clone(apr_pool_t *p, const h2_request *src);
*/
request_rec *h2_create_request_rec(const h2_request *req, conn_rec *conn);
apr_bucket *h2_request_create_bucket(const h2_request *req, request_rec *r);
#endif /* defined(__mod_h2__h2_request__) */