From: William A. Rowe Jr Date: Tue, 9 Mar 2010 21:52:20 +0000 (+0000) Subject: Yes, reverting prematurely applied backport X-Git-Tag: 2.0.64~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=617c0437916bc491990ac8a84cc094b488957ce4;p=thirdparty%2Fapache%2Fhttpd.git Yes, reverting prematurely applied backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@921146 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 1e624f3d8bc..18dd9f3a804 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -1022,7 +1022,7 @@ AP_DECLARE(void) ap_set_sub_req_protocol(request_rec *rnew, rnew->status = HTTP_OK; - rnew->headers_in = apr_table_copy(rnew->pool, r->headers_in); + rnew->headers_in = r->headers_in; rnew->subprocess_env = apr_table_copy(rnew->pool, r->subprocess_env); rnew->headers_out = apr_table_make(rnew->pool, 5); rnew->err_headers_out = apr_table_make(rnew->pool, 5);