From 00bf0fbd243514ae6fe48183420f68b8b8da3395 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 24 Feb 2011 21:06:45 +0000 Subject: Revert the functional change from r11789: the no-cache directive forces us to revalidate a cached object, not reject it entirely. svn path=/trunk/netsurf/; revision=11790 --- content/llcache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'content/llcache.c') diff --git a/content/llcache.c b/content/llcache.c index 9f9b30f86..ade652c48 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -779,7 +779,6 @@ nserror llcache_object_retrieve_from_cache(const char *url, uint32_t flags, if ((newest == NULL || obj->cache.req_time > newest->cache.req_time) && - obj->cache.no_cache == false && url_compare(obj->url, url, true, &match) == URL_FUNC_OK && match == true) { -- cgit v1.2.3