From: Chris Darroch Date: Thu, 29 May 2008 20:11:53 +0000 (+0000) Subject: propose old fix from trunk X-Git-Tag: 2.2.9~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9abcdd56ac5cc2bec633fa399af9ba275bf1344;p=thirdparty%2Fapache%2Fhttpd.git propose old fix from trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@661458 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8692e8e5817..31db15d3e0b 100644 --- a/STATUS +++ b/STATUS @@ -133,6 +133,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: -1: niq - strcasecmp(NULL, ...) when secure is not set rpluem: Good catch. Should be fixed by r660461. + * scoreboard: Remove unused proxy load balancer elements from scoreboard + image (not scoreboard memory itself). Array of lb_score elements + originally added in r104404 in manner akin to that used for + worker_score. Supporting code then removed in r105134 but scoreboard + image size calculation left in place, likely by accident. + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&revision=404848 + Backport version for 2.2.x: + http://people.apache.org/~chrisd/patches/scoreboard_lb_score/scoreboard-lb_score-2.2.x.patch + +1: chrisd + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when