From: Jan Kaluža Date: Wed, 19 Nov 2014 07:32:50 +0000 (+0000) Subject: Vote for PR 44736 fix. X-Git-Tag: 2.2.30~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37f51f785078f0db84c9a2dec82381734a17d690;p=thirdparty%2Fapache%2Fhttpd.git Vote for PR 44736 fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1640496 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7c51b3680ab..f2df5da96dc 100644 --- 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.