mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
internal_fast_redirect: take over important request_rec members
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -442,6 +442,9 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *rr, request_rec *r)
|
|||||||
* rr->pool.
|
* rr->pool.
|
||||||
*/
|
*/
|
||||||
apr_pool_join(r->pool, rr->pool);
|
apr_pool_join(r->pool, rr->pool);
|
||||||
|
r->proxyreq = rr->proxyreq;
|
||||||
|
r->no_cache = (r->no_cache && rr->no_cache);
|
||||||
|
r->no_local_copy = (r->no_local_copy && rr->no_local_copy);
|
||||||
r->mtime = rr->mtime;
|
r->mtime = rr->mtime;
|
||||||
r->uri = rr->uri;
|
r->uri = rr->uri;
|
||||||
r->filename = rr->filename;
|
r->filename = rr->filename;
|
||||||
|
Reference in New Issue
Block a user