From: Eric Covener Date: Tue, 2 Sep 2008 12:51:29 +0000 (+0000) Subject: vote/promote proxy-initial-not-pooled X-Git-Tag: 2.2.10~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2543e727b5f791889e0fe0afefad236ad7a7b736;p=thirdparty%2Fapache%2Fhttpd.git vote/promote proxy-initial-not-pooled git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@691221 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 0c776536bea..fb810f26da8 100644 --- a/STATUS +++ b/STATUS @@ -90,6 +90,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?rev=639010&view=rev (mmn) +1: niq, rpluem, mturk + * mod_proxy_http: Introduce environment variable proxy-initial-not-pooled + to avoid reusing pooled connections if the client connection is an + initial connection. This avoids the "proxy: error reading status line + from remote server reverse proxy case. + PR: 37770 + Trunk version of patch: + http://svn.apache.org/viewvc?rev=684351&view=rev + http://svn.apache.org/viewvc?rev=686549&view=rev (doc) + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, covener + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -184,18 +196,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: fixes a conflict regarding the needed minor bump. +1: rpluem, jim - * mod_proxy_http: Introduce environment variable proxy-initial-not-pooled - to avoid reusing pooled connections if the client connection is an - initial connection. This avoids the "proxy: error reading status line - from remote server reverse proxy case. - PR: 37770 - Trunk version of patch: - http://svn.apache.org/viewvc?rev=684351&view=rev - http://svn.apache.org/viewvc?rev=686549&view=rev (doc) - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim - * mod_proxy_balancer: Allow for treatment of ';' char as a session deliminator/separator, ala mod_jk. PR: 45158