]> granicus.if.org Git - apache/commitdiff
Fix a double-termination case in svn trunk/; we terminated the
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 02:51:32 +0000 (02:51 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 02:51:32 +0000 (02:51 +0000)
  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

modules/proxy/mod_proxy_http.c

index ac4e01c00e7fecd4a44c4bcd314f378538b0fc1b..8568679fbc09c96a84d96757c403983f602a59cb 100644 (file)
@@ -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);
     }