From: Graham Leggett Date: Fri, 9 May 2008 23:41:10 +0000 (+0000) Subject: Remove extra cruft that ended up in a commit. X-Git-Tag: 2.3.0~651 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd0452cf823ce8f0e8deda84afb12c2d42aa30ab;p=thirdparty%2Fapache%2Fhttpd.git Remove extra cruft that ended up in a commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@654978 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index c4d6d3ecb13..5ee75c02929 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -266,10 +266,6 @@ static int pass_brigade(apr_bucket_alloc_t *bucket_alloc, 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,