]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Explain how we're checking to see if ap_proxy_backend_broke()
authorJim Jagielski <jim@apache.org>
Fri, 6 Jan 2006 20:04:43 +0000 (20:04 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 6 Jan 2006 20:04:43 +0000 (20:04 +0000)
has been called or not.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@366558 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_ajp.c

index abfaa0d2d81fe5c20bec64853c37fce28d7dbf1d..3c97162cced75e7ebd07bd395679ed5fa433aa46 100644 (file)
@@ -432,7 +432,8 @@ static int ap_proxy_ajp_request(apr_pool_t *p, request_rec *r,
     /*
      * Ensure that we sent an EOS bucket thru the filter chain, if we already
      * have sent some data. Maybe ap_proxy_backend_broke was called and added
-     * one to the brigade already. So we should not do this in this case.
+     * one to the brigade already (no longer making it empty). So we should
+     * not do this in this case.
      */
     if (data_sent && !r->eos_sent && APR_BRIGADE_EMPTY(output_brigade)) {
         e = apr_bucket_eos_create(r->connection->bucket_alloc);