From: Paul Querna Date: Sat, 1 Apr 2006 06:33:47 +0000 (+0000) Subject: I am not comfortable with this solution for making the flushing band aid configurable... X-Git-Tag: 2.2.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a93aa64c23bdda977d16a2c33b79f20df118d4;p=thirdparty%2Fapache%2Fhttpd.git I am not comfortable with this solution for making the flushing band aid configurable. I do not oppose the concept, just the placement of the configuration information inside of the mod_proxy core, and not in mod_proxy_ajp. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d9b9d43bfc3..2d6025f440f 100644 --- a/STATUS +++ b/STATUS @@ -131,4 +131,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewcvs?rev=384580&view=rev http://svn.apache.org/viewcvs?rev=390210&view=rev +1: jim, rpluem + -0: pquerna + pquerna says: Why is this configuration for AJP polluting mod_proxy.h? + Shouldn't we be keeping the configuration of a Proxy Provider + separate from the main mod_proxy?