]> granicus.if.org Git - apache/commitdiff
* modules/proxy/mod_proxy_http.c
authorSander Striker <striker@apache.org>
Wed, 30 Mar 2005 23:09:32 +0000 (23:09 +0000)
committerSander Striker <striker@apache.org>
Wed, 30 Mar 2005 23:09:32 +0000 (23:09 +0000)
  (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

index 60030d2d7d468236f28487bbf92c24fe462ac0c6..c1ebc4906d97874fe474c783d9d09c40c76cb82d 100644 (file)
@@ -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