From 43fbd8b76bd1aff7abf923491deed6180ba52457 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 3 Apr 2014 22:19:23 +0000 Subject: [PATCH] leave a warning about cc_out git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584429 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 84030a9d19..439552a3e6 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -1000,6 +1000,8 @@ static apr_status_t cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) * include the following: an Expires header (section 14.21); a * "max-age", "s-maxage", "must-revalidate", "proxy-revalidate", * "public" or "private" cache-control directive (section 14.9). + * + * FIXME: Wrong if cc_out has just an extension we don't know about */ } else { -- 2.50.1