From: Eric Covener Date: Thu, 3 Apr 2014 22:19:23 +0000 (+0000) Subject: leave a warning about cc_out X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd93a7211a09bc88ce5a5c1d2e656c0fa8f6e1ff;p=thirdparty%2Fapache%2Fhttpd.git leave a warning about cc_out git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584429 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index 84030a9d199..439552a3e66 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 {