]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport:
authorGraham Leggett <minfrin@apache.org>
Sun, 26 Sep 2021 14:11:22 +0000 (14:11 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 26 Sep 2021 14:11:22 +0000 (14:11 +0000)
commit324c4a2791dacf8ea2e587978328e5b6ee0dab7b
tree502d78c28b49755c6d9ff41a0f36d1ea9e80769f
parentfb7e603be72f53604db01b25ccaadae24ca14740
Backport:

*) core: Add ap_pre_connection() as a wrapper to ap_run_pre_connection()
   and use it to prevent that failures in running the pre_connection
   hook cause crashes afterwards.
   Trunk version of patch:
      https://svn.apache.org/r1893497
      https://svn.apache.org/r1893507
   Backport version for 2.4.x of patch:
     https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/269.diff
   Can be applied via apply_backport_pr.sh 269.
   +1: rpluem, icing, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893654 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
include/ap_mmn.h
include/http_connection.h
server/connection.c
server/core.c
server/mpm/event/event.c