]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
revert this backport until it passes teh backport vote
authorBill Stoddard <stoddard@apache.org>
Wed, 4 Aug 2004 12:55:30 +0000 (12:55 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 4 Aug 2004 12:55:30 +0000 (12:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104473 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.c

index 9cbc0ba5508f78f09f570ea3ded2d34ec02c84d5..8c0f5f657750c14c2744f4204f18100d3ee98912 100644 (file)
@@ -173,13 +173,6 @@ static int cache_url_handler(request_rec *r, int lookup)
             if (lookup) {
                 return OK;
             }
-
-            info = &(cache->handle->cache_obj->info);
-
-            if (info && info->lastmod) {
-                ap_update_mtime(r, info->lastmod);
-            }
-
             rv = ap_meets_conditions(r);
             if (rv != OK) {
                 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,