You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ch...@apache.org on 2008/05/29 22:11:53 UTC

svn commit: r661458 - /httpd/httpd/branches/2.2.x/STATUS

Author: chrisd
Date: Thu May 29 13:11:53 2008
New Revision: 661458

URL: http://svn.apache.org/viewvc?rev=661458&view=rev
Log:
propose old fix from trunk

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=661458&r1=661457&r2=661458&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu May 29 13:11:53 2008
@@ -133,6 +133,17 @@
    -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