Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Dev

Re: svn commit: r654968 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy_http.c server/protocol.c

 

 

Apache dev RSS feed   Index | Next | Previous | View Threaded


fielding at gbiv

May 9, 2008, 3:58 PM

Post #1 of 2 (99 views)
Permalink
Re: svn commit: r654968 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy_http.c server/protocol.c

On May 9, 2008, at 3:40 PM, minfrin[at]apache.org wrote:

> Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_http.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/
> mod_proxy_http.c?rev=654968&r1=654967&r2=654968&view=diff
> ======================================================================
> ========
> --- httpd/httpd/trunk/modules/proxy/mod_proxy_http.c (original)
> +++ httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Fri May 9
> 15:40:01 2008
> @@ -266,6 +266,10 @@
> apr_brigade_length(bb, 0, &transferred);
> if (transferred != -1)
> conn->worker->s->transferred += transferred;
> +char tmp[1024000];
> +apr_size_t tlen = 1024000;
> +apr_brigade_flatten(bb, tmp, &tlen);
> +printf(tmp, NULL);
> status = ap_pass_brigade(origin->output_filters, bb);
> if (status != APR_SUCCESS) {
> ap_log_error(APLOG_MARK, APLOG_ERR, status, r->server,

Please tell me that the chunk above is a mistaken commit.

....Roy


minfrin at sharp

May 9, 2008, 4:41 PM

Post #2 of 2 (90 views)
Permalink
Re: svn commit: r654968 - in /httpd/httpd/trunk: CHANGES modules/proxy/mod_proxy_http.c server/protocol.c [In reply to]

Roy T. Fielding wrote:

> Please tell me that the chunk above is a mistaken commit.

The chunk above is a mistaken commit.

Regards,
Graham
--
Attachments: smime.p7s (3.21 KB)

Apache dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.