From: Ruediger Pluem Date: Wed, 22 Sep 2021 07:02:28 +0000 (+0000) Subject: * Add change entry for r1893497 [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~794 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=994787e1262a1cf2b064e141eb5a6d194d92c09b;p=thirdparty%2Fapache%2Fhttpd.git * Add change entry for r1893497 [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893507 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/ap_pre_connection.txt b/changes-entries/ap_pre_connection.txt new file mode 100644 index 00000000000..0effce1195a --- /dev/null +++ b/changes-entries/ap_pre_connection.txt @@ -0,0 +1,3 @@ + *) 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.