]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add change entry for r1893497 [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Wed, 22 Sep 2021 07:02:28 +0000 (07:02 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 22 Sep 2021 07:02:28 +0000 (07:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1893507 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/ap_pre_connection.txt [new file with mode: 0644]

diff --git a/changes-entries/ap_pre_connection.txt b/changes-entries/ap_pre_connection.txt
new file mode 100644 (file)
index 0000000..0effce1
--- /dev/null
@@ -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.