]> granicus.if.org Git - apache/commitdiff
Remove FIXMEs, they have been fixed.
authorGraham Leggett <minfrin@apache.org>
Sat, 2 Oct 2010 22:20:07 +0000 (22:20 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 2 Oct 2010 22:20:07 +0000 (22:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1003905 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index e255062a00b7ea964e817161b8cc786110933508..d0e915d50cb78ab9734d7b3ed98e3517cb94bf8a 100644 (file)
@@ -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