Blame SOURCES/mod_http2-1.15.7-CVE-2021-44224.patch

8b11ee
diff --git a/mod_http2/h2_request.c b/mod_http2/h2_request.c
8b11ee
index 1131440..89a0b47 100644
8b11ee
--- a/mod_http2/h2_request.c
8b11ee
+++ b/mod_http2/h2_request.c
8b11ee
@@ -267,7 +267,7 @@ request_rec *h2_request_create_rec(const h2_request *req, conn_rec *c)
8b11ee
                                NULL, r, r->connection);
8b11ee
     
8b11ee
     if (access_status != HTTP_OK
8b11ee
-        || (access_status = ap_run_post_read_request(r))) {
8b11ee
+        || (access_status = ap_post_read_request(r))) {
8b11ee
         /* Request check post hooks failed. An example of this would be a
8b11ee
          * request for a vhost where h2 is disabled --> 421.
8b11ee
          */