You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2010/03/09 22:52:20 UTC

svn commit: r921146 - /httpd/httpd/branches/2.0.x/server/protocol.c

Author: wrowe
Date: Tue Mar  9 21:52:20 2010
New Revision: 921146

URL: http://svn.apache.org/viewvc?rev=921146&view=rev
Log:
Yes, reverting prematurely applied backport

Modified:
    httpd/httpd/branches/2.0.x/server/protocol.c

Modified: httpd/httpd/branches/2.0.x/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/server/protocol.c?rev=921146&r1=921145&r2=921146&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/server/protocol.c (original)
+++ httpd/httpd/branches/2.0.x/server/protocol.c Tue Mar  9 21:52:20 2010
@@ -1022,7 +1022,7 @@ AP_DECLARE(void) ap_set_sub_req_protocol
 
     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);