From: Ruediger Pluem Date: Tue, 3 Jun 2025 15:47:55 +0000 (+0000) Subject: * Add proposal X-Git-Tag: 2.4.64-rc1-candidate~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bdf63c811a0e1c44e87a769ab190338ecd4124f;p=thirdparty%2Fapache%2Fhttpd.git * Add proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926094 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c1b66db54d..51fc44866b 100644 --- a/STATUS +++ b/STATUS @@ -250,6 +250,14 @@ PATCHES/ISSUES THAT ARE BEING WORKED undefined otherwise. rpluem says: Good catch. Added r1926091 and reset votes. + *) scoreboard.c: Fix variable declaration warning in scoreboard.c + Trunk version of patch: + https://svn.apache.org/r1923806 + Backport version for 2.4.x of patch: + Trunk version of patch works + svn merge -c 1923806 ^/httpd/httpd/trunk . + +1: rpluem, + PATCHES/ISSUES THAT ARE STALLED *) core: avoid duplicate headers when using ap_send_error_response.