From: Ruediger Pluem Date: Wed, 11 Jan 2006 21:47:27 +0000 (+0000) Subject: * Added comment X-Git-Tag: 2.2.1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ef3bbec78605599ec980c7585dcb9fd7da6cf0;p=thirdparty%2Fapache%2Fhttpd.git * Added comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@368142 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 42533724ce2..41b8d854410 100644 --- a/STATUS +++ b/STATUS @@ -120,6 +120,29 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs.cgi?rev=354636&view=rev (comment only delta) Message-ID: <4395A056.2070000@web.turner.com> +1: jerenkrantz, jim, mturk + rpluem says: The patch mentioned above had been vetoed by Roy on the list + (http://mail-archives.apache.org/mod_mbox/httpd-dev/200512.mbox/ajax/%3cA1E95672-E36F-40FB-B906-41A447D72504@gbiv.com%3e) + Several changes have been done to this patch to fix the + problem and to address Roys veto (see also + http://mail-archives.apache.org/mod_mbox/httpd-dev/200601.mbox/%3c43BF83EB.8090703@apache.org%3e) + The patch now consists of the following revisions on + trunk: + + http://svn.apache.org/viewcvs.cgi?rev=354628&view=rev + http://svn.apache.org/viewcvs.cgi?rev=354636&view=rev + http://svn.apache.org/viewcvs.cgi?rev=357461&view=rev + http://svn.apache.org/viewcvs.cgi?rev=357519&view=rev + http://svn.apache.org/viewcvs.cgi?rev=358022&view=rev + http://svn.apache.org/viewcvs.cgi?rev=365374&view=rev + http://svn.apache.org/viewcvs.cgi?rev=366181&view=rev + http://svn.apache.org/viewcvs.cgi?rev=366554&view=rev + http://svn.apache.org/viewcvs.cgi?rev=366558&view=rev + + A consolidated version of these revisions can be found at + http://people.apache.org/~rpluem/patches/partial_2.2.diff + + As it is fundamentally different from the first approach I + would suggest to restart the voting. * proxy_util: Fix case where a shared keepalive connection results in different (and incorrect) workers from being accessed.