diff options
Diffstat (limited to 'modules/http2/h2_request.c')
-rw-r--r-- | modules/http2/h2_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_request.c b/modules/http2/h2_request.c index 54721c45af..7c9f38a26a 100644 --- a/modules/http2/h2_request.c +++ b/modules/http2/h2_request.c @@ -383,7 +383,7 @@ request_rec *h2_create_request_rec(const h2_request *req, conn_rec *c) ap_add_input_filter_handle(ap_http_input_filter_handle, NULL, r, r->connection); - if ((access_status = ap_post_read_request(r))) { + if ((access_status = ap_run_post_read_request(r))) { /* Request check post hooks failed. An example of this would be a * request for a vhost where h2 is disabled --> 421. */ |