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
This commit is contained in:
John Mark Bell 2011-02-24 21:06:45 +00:00
parent 4f740f5a32
commit 00bf0fbd24
1 changed files with 0 additions and 1 deletions

View File

@ -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) {