altarch-user / rpms / httpd

Forked from rpms/httpd 2 years ago
Clone

Blame SOURCES/httpd-2.4.4-malformed-host.patch

008793
diff --git a/server/protocol.c b/server/protocol.c
008793
index e1ef204..d6d9165 100644
008793
--- a/server/protocol.c
008793
+++ b/server/protocol.c
008793
@@ -1049,6 +1049,7 @@ request_rec *ap_read_request(conn_rec *conn)
008793
      * now read. may update status.
008793
      */
008793
     ap_update_vhost_from_headers(r);
008793
+    access_status = r->status;
008793
 
008793
     /* Toggle to the Host:-based vhost's timeout mode to fetch the
008793
      * request body and send the response body, if needed.