]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Commit a comment from trunk/, this brings spool_reqbody_cl in sync
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 03:03:56 +0000 (03:03 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 03:03:56 +0000 (03:03 +0000)
  with trunk/.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/proxy-reqbody-2.0.x@230737 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_http.c

index e1dc93f19c8155d62bfb1b1d441024583fad10b3..8f2a5e4ea6cf7d34df635e20d4ba3a47cb822a96 100644 (file)
@@ -779,6 +779,7 @@ static apr_status_t spool_reqbody_cl(apr_pool_t *p,
         }
         APR_BRIGADE_INSERT_TAIL(header_brigade, e);
     }
+    /* This is all a single brigade, pass with flush flagged */
     status = pass_brigade(bucket_alloc, r, p_conn, origin, header_brigade, 1);
     return status;
 }