]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add Changelog for r1899451, r1899454, r1899562, r1899564, r1899584
authorRuediger Pluem <rpluem@apache.org>
Fri, 15 Apr 2022 11:42:58 +0000 (11:42 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 15 Apr 2022 11:42:58 +0000 (11:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899886 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/changes-entries/mod_proxy_set_502_on_close.txt b/changes-entries/mod_proxy_set_502_on_close.txt
new file mode 100644 (file)
index 0000000..68e104b
--- /dev/null
@@ -0,0 +1,2 @@
+  *) mod_proxy: Set a status code of 502 in case the backend just closed the
+     connection in reply to our forwarded request.  [Ruediger Pluem]