From: Sander Striker Date: Wed, 30 Mar 2005 23:09:32 +0000 (+0000) Subject: * modules/proxy/mod_proxy_http.c X-Git-Tag: 2.1.5~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3886551fad961e12669ca8e47b556c7906b177b;p=thirdparty%2Fapache%2Fhttpd.git * modules/proxy/mod_proxy_http.c (ap_proxy_http_process_response): Fix a comment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159534 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 60030d2d7d4..c1ebc4906d9 100644 --- a/modules/proxy/mod_proxy_http.c +++ b/modules/proxy/mod_proxy_http.c @@ -1336,7 +1336,7 @@ apr_status_t ap_proxy_http_process_response(apr_pool_t * p, request_rec *r, ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, "proxy: header only"); - /* strikerXXX: pass EOS bucket down the filter chain? */ + /* Pass EOS bucket down the filter chain. */ e = apr_bucket_eos_create(c->bucket_alloc); APR_BRIGADE_INSERT_TAIL(bb, e); if (ap_pass_brigade(r->output_filters, bb) != APR_SUCCESS