summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2024-06-18 16:14:08 +0200
committerYann Ylavic <ylavic@apache.org>2024-06-18 16:14:08 +0200
commit4c8d57159539ce7a7e5ed3a8cac99b2346f6636e (patch)
treebe15408ab7b57c9558df28fdda437507d024603c /changes-entries
parentFix the Japanese translation docs of the LimitRequestBody (diff)
downloadapache2-4c8d57159539ce7a7e5ed3a8cac99b2346f6636e.tar.xz
apache2-4c8d57159539ce7a7e5ed3a8cac99b2346f6636e.zip
mod_proxy: Fix DNS requests and connections closed before the configured addressTTL. BZ 69126
* modules/proxy/proxy_util.c(ap_proxy_determine_address): Fix shared expiry compare-and-swap loop. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/fix_proxy_determine_address.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/fix_proxy_determine_address.txt b/changes-entries/fix_proxy_determine_address.txt
new file mode 100644
index 0000000000..9f5f33a35c
--- /dev/null
+++ b/changes-entries/fix_proxy_determine_address.txt
@@ -0,0 +1,2 @@
+ *) mod_proxy: Fix DNS requests and connections closed before the
+ configured addressTTL. BZ 69126. [Yann Ylavic]