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

mod_http2: more const goodiness and checks on h2 request creation, less NULL checking while processing

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1759547 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Eissing
2016-09-07 06:44:16 +00:00
parent 8b562b9331
commit 08df710604
13 changed files with 188 additions and 175 deletions

View File

@@ -18,8 +18,9 @@
#include "h2.h"
apr_status_t h2_request_rwrite(h2_request *req, apr_pool_t *pool,
request_rec *r);
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,
const char *name, size_t nlen,