]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote for PR 44736 fix.
authorJan Kaluža <jkaluza@apache.org>
Wed, 19 Nov 2014 07:32:50 +0000 (07:32 +0000)
committerJan Kaluža <jkaluza@apache.org>
Wed, 19 Nov 2014 07:32:50 +0000 (07:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1640496 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7c51b3680abf0e70363d6df0c473138d087f043a..f2df5da96dca5934567970129fe10e1bca7b886a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -122,7 +122,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      changes. PR 44736.  [Jan Kaluza]
      2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-graceful_share_full-v7.patch
      ylavic: trunk/2.4.x not concerned, 2.2.x only.
-     +1: ylavic
+     +1: ylavic, jkaluza
      ylavic: Following the defect reported in PR44736, patch replaced with v7.
              Each worker scoreboard entry needs to be unique per vhost and balancer,
              hence the digest must include their identifiers (to avoid reusing stats
@@ -131,6 +131,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              child_init() to prevent balancer specific parameters initialization in
              init_balancer_members(). Jan, I reset your vote which was based on the
              previous version...
+     jkaluza: I've tested the updated patch in production and it works
+              as expected. Giving my +1 back again.
 
    * mod_reqtimeout: PR56729: mod_reqtimeout gets confused when it sees a read 
      via check_pipeline() just before a slow HTTP response completes.