From 422e4393e1717aea3cf705307bc74bbc8ab3b463 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Sat, 2 Oct 2010 22:20:07 +0000 Subject: [PATCH] Remove FIXMEs, they have been fixed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1003905 13f79535-47bb-0310-9956-ffa450edef68 --- modules/cache/mod_cache.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index e255062a00..d0e915d50c 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 -- 2.40.0