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

  Fix a double-termination case in svn trunk/; we terminated the
  headers up-front knowing the resulting headers were already
  correctly composed.

  

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@230733 13f79535-47bb-0310-9956-ffa450edef68
parent 72baa9f1
Loading
Loading
Loading
Loading
+0 −1
Changes for modules/proxy/mod_proxy_http.c: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -398,7 +398,6 @@ static apr_status_t stream_reqbody_cl(apr_pool_t *p,
        /* we never sent the header brigade since there was no request
         * body; send it now with the flush flag
         */
        terminate_headers(bucket_alloc, header_brigade);
        bb = header_brigade;
        status = pass_brigade(bucket_alloc, r, p_conn, origin, bb, 1);
    }