On 9/8/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote:
> As many of the proxy reviewers could not follow
> http://svn.apache.org/viewcvs.cgi/httpd/httpd/branches/proxy-reqbody-2.0.x/modules/proxy/proxy_http.c?rev=230744&r1=230703&r2=230744
> 
> I've provided the following fork of that codebase, to try to repair the
> damage from the vetoed 171205 commit, in a piece by piece analysis of
> what's changed and why.

any particular reason we lost the sendunchangedcl setting?

+           if (...
+               (r->input_filters == r->proto_input_filters
+               ...
+               || apr_table_get(r->subprocess_env, "proxy-sendunchangedcl"))) {
+             rb_method = RB_STREAM_CL;
+         }

Reply via email to