From: William A. Rowe Jr Date: Mon, 4 Mar 2002 19:11:05 +0000 (+0000) Subject: Just formatting cleanup, nothing interesting here, move along :) X-Git-Tag: 2.0.33~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e86a858a20422d783fe9164ea24cf9c5a3f9bd24;p=apache Just formatting cleanup, nothing interesting here, move along :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93700 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_request.c b/modules/http/http_request.c index b1763edbe9..2f601c8171 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.c @@ -439,11 +439,11 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *rr, request_rec *r) /* copy output headers from subrequest, but leave negotiation headers */ r->notes = apr_table_overlay(r->pool, rr->notes, r->notes); r->headers_out = apr_table_overlay(r->pool, rr->headers_out, - r->headers_out); + r->headers_out); r->err_headers_out = apr_table_overlay(r->pool, rr->err_headers_out, - r->err_headers_out); + r->err_headers_out); r->subprocess_env = apr_table_overlay(r->pool, rr->subprocess_env, - r->subprocess_env); + r->subprocess_env); r->output_filters = rr->output_filters; r->input_filters = rr->input_filters;