]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose and vote.
authorGraham Leggett <minfrin@apache.org>
Mon, 29 Jun 2020 15:51:34 +0000 (15:51 +0000)
committerGraham Leggett <minfrin@apache.org>
Mon, 29 Jun 2020 15:51:34 +0000 (15:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879338 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 288f576b00673fc8bf7f97ab202fc54238411bb2..d604e26d59ff4044541774ff086b0a697db00973 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -232,6 +232,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      jailletc36: CHANGES could also be looked at if it makes sense to update the terminology
                  also here
 
+  *) Replace apr_psprintf with apr_pstrcat where the format strings only
+     contain %s to improve efficiency. Leave out error messages as they
+     are not on a crtical code path and error message become less readable
+     when taking out the format specifiers.
+     trunk patch: http://svn.apache.org/1862270
+     2.4.x patch: svn merge -c 1862270 ^/httpd/httpd/trunk .
+     +1: minfrin
+
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]