From: Rainer Jung Date: Tue, 19 Apr 2022 09:06:15 +0000 (+0000) Subject: Reset vote, use changes-entries, add additional X-Git-Tag: 2.4.54-rc1-candidate~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f781e9aad5e0521ce3925bfce7a141e9b1d6d3e;p=thirdparty%2Fapache%2Fhttpd.git Reset vote, use changes-entries, add additional fix by ylavic. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900027 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9c6e416be95..bc43c5b46dd 100644 --- a/STATUS +++ b/STATUS @@ -189,13 +189,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: *) mod_heartmonitor: Set the documented default value "10" for HeartbeatMaxServers instead of "0". With "0" no shared memory slotmem was initialized. - trunk patch: https://svn.apache.org/r1899809 - 2.4.x patch: svn merge -c 1899809 ^/httpd/httpd/trunk . - +1: rjung, rpluem - rpluem says: Has a conflict in CHANGES. Please put each change entry - in a separate file below changes-entries. See README.CHANGES. - ylavic: this needs r1899841, per travis: - https://app.travis-ci.com/github/apache/httpd/jobs/566966513#L4124 + trunk patches: https://svn.apache.org/r1899841 + trunk patches: https://svn.apache.org/r1900026 + 2.4.x patches: svn merge -c 1899841 ^/httpd/httpd/trunk . + 2.4.x patches: svn merge -c 1900026 ^/httpd/httpd/trunk . + +1: rjung, *) mod_proxy: Set a status code of 502 in case the backend just closed the connection in reply to our forwarded request.