From: Ruediger Pluem Date: Wed, 8 Mar 2023 10:49:18 +0000 (+0000) Subject: * Add proposal [skip ci] X-Git-Tag: 2.4.57-rc1-candidate~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff17d07755a19fbbe43abc27feeb174b5c5c97ee;p=thirdparty%2Fapache%2Fhttpd.git * Add proposal [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1908189 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 43cc42926c0..9dcf2fd019c 100644 --- a/STATUS +++ b/STATUS @@ -185,6 +185,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: svn merge -c 1907505,1908186 ^/httpd/httpd/trunk . +1: rpluem, + *) mod_proxy: Optimize code: We know that we already have a valid + encoding string, because we just decoded it. Hence just copy + what we have instead of redoing it. + Trunk version of patch: + https://svn.apache.org/r1907565 + Backport version for 2.4.x of patch: + Trunk version of patch works + svn merge -c 1907565 ^/httpd/httpd/trunk . + +1: rpluem, + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]