From: Jim Jagielski Date: Sat, 9 Dec 2006 14:42:34 +0000 (+0000) Subject: Low hanging fruit X-Git-Tag: 2.2.4~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b69302310c92c769743314cf3ba86d13e21ebe95;p=thirdparty%2Fapache%2Fhttpd.git Low hanging fruit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484986 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9107d31e54d..8ded2cf6e0a 100644 --- a/STATUS +++ b/STATUS @@ -254,3 +254,33 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: proposal as it fixes a compiler warning. Once this is added to the proposal I am +1. + * mod_proxy_balancer: Have the find_best_worker() function + increment the elected counter, rather than requiring each + ind lb method to do it, isolating what each lb method + needs to do. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=484783 + 2.2.x version of patch: + Trunk version works. + +1: jim + + * mod_proxy_balancer: Remove unnecessary lock/unlock for + the post_request hook. We are actually doing nothing here. + But keep the code (but macroed out) for future usage. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=484789 + http://svn.apache.org/viewvc?view=rev&revision=484794 + 2.2.x version of patch: + Trunk version works. + +1: jim + + * mod_proxy: Log unlock errors (as we do with locking errors). + Add additional clarification on where the error occurred. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=484792 + http://svn.apache.org/viewvc?view=rev&revision=484787 + http://svn.apache.org/viewvc?view=rev&revision=484978 + 2.2.x version of patch: + Trunk version works. + +1: jim +