1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

Remove the ->mtime reset back to negotiation, who decided to do this.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89949 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2001-08-06 19:13:02 +00:00
parent 5835764fc8
commit ff7a816bf5
2 changed files with 7 additions and 1 deletions

View File

@@ -565,7 +565,7 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *rr, request_rec *r)
* rr->pool.
*/
apr_pool_join(r->pool, rr->pool);
r->mtime = rr->mtime; /* reset etag info for subrequest */
r->mtime = rr->mtime;
r->uri = rr->uri;
r->args = rr->args;
r->filename = rr->filename;