Commit a49b5faa authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Commit a comment from trunk/, this brings spool_reqbody_cl in sync
  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
parent 0100c5a3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}