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:
@@ -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__) */
|
||||
|
Reference in New Issue
Block a user