From: Bill Stoddard Date: Wed, 4 Aug 2004 12:55:30 +0000 (+0000) Subject: revert this backport until it passes teh backport vote X-Git-Tag: STRIKER_2_0_51_RC1^2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcddf94680145ad95d9bf585758a2faf3e9411e4;p=thirdparty%2Fapache%2Fhttpd.git revert this backport until it passes teh backport vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104473 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c index 9cbc0ba5508..8c0f5f65775 100644 --- a/modules/experimental/mod_cache.c +++ b/modules/experimental/mod_cache.c @@ -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,