From f3886551fad961e12669ca8e47b556c7906b177b Mon Sep 17 00:00:00 2001 From: Sander Striker Date: Wed, 30 Mar 2005 23:09:32 +0000 Subject: [PATCH] * 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 --- modules/proxy/mod_proxy_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy_http.c b/modules/proxy/mod_proxy_http.c index 60030d2d7d..c1ebc4906d 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 -- 2.50.1