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

Mailing List Archive: Apache: CVS

svn commit: r654978 - /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c

 

 

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


minfrin at apache

May 9, 2008, 4:41 PM

Post #1 of 1 (15 views)
Permalink
svn commit: r654978 - /httpd/httpd/trunk/modules/proxy/mod_proxy_http.c

Author: minfrin
Date: Fri May 9 16:41:10 2008
New Revision: 654978

URL: http://svn.apache.org/viewvc?rev=654978&view=rev
Log:
Remove extra cruft that ended up in a commit.

Modified:
httpd/httpd/trunk/modules/proxy/mod_proxy_http.c

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=654978&r1=654977&r2=654978&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy_http.c (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy_http.c Fri May 9 16:41:10 2008
@@ -266,10 +266,6 @@
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,

Apache cvs 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.