From: Graham Leggett Date: Sat, 2 Oct 2010 22:20:07 +0000 (+0000) Subject: Remove FIXMEs, they have been fixed. X-Git-Tag: 2.3.9~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=422e4393e1717aea3cf705307bc74bbc8ab3b463;p=thirdparty%2Fapache%2Fhttpd.git Remove FIXMEs, they have been fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1003905 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index e255062a00b..d0e915d50cb 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -861,11 +861,6 @@ static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) * indicating do not cache, or stop now if you are * trying to cache it. */ - /* FIXME: The Cache-Control: no-store could have come in on a 304, - * FIXME: while the original request wasn't conditional. IOW, we - * FIXME: made the the request conditional earlier to revalidate - * FIXME: our cached response. - */ reason = "Cache-Control: no-store present"; } else if (!dconf->store_private && @@ -874,7 +869,6 @@ static int cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in) * this object is marked for this user's eyes only. Behave * as a tunnel. */ - /* FIXME: See above (no-store) */ reason = "Cache-Control: private present"; } else if (apr_table_get(r->headers_in, "Authorization") != NULL