mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
various fixes, mod_cgid interop, response/trailer forwarding rewritten, stability
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1763158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#include "h2.h"
|
||||
|
||||
apr_status_t h2_request_rcreate(h2_request **preq, apr_pool_t *pool,
|
||||
int stream_id, int initiated_on,
|
||||
request_rec *r);
|
||||
|
||||
apr_status_t h2_request_add_header(h2_request *req, apr_pool_t *pool,
|
||||
@@ -30,8 +29,7 @@ apr_status_t h2_request_add_trailer(h2_request *req, apr_pool_t *pool,
|
||||
const char *name, size_t nlen,
|
||||
const char *value, size_t vlen);
|
||||
|
||||
apr_status_t h2_request_end_headers(h2_request *req, apr_pool_t *pool,
|
||||
int eos, int push);
|
||||
apr_status_t h2_request_end_headers(h2_request *req, apr_pool_t *pool, int eos);
|
||||
|
||||
h2_request *h2_request_clone(apr_pool_t *p, const h2_request *src);
|
||||
|
||||
|
Reference in New Issue
Block a user