Hi,

In function objectMustRevalidate(), should it include cache control flag
CACHE_MUST_REVALIDATE?

     else
         flags = cache_control->flags;

-    if(flags & (CACHE_NO | CACHE_NO_HIDDEN | CACHE_NO_STORE))
+    if(flags & (CACHE_NO | CACHE_NO_HIDDEN | CACHE_NO_STORE |
CACHE_MUST_REVALIDATE))
         return 1;

     if(cacheIsShared && (flags & CACHE_PRIVATE))

Regards,
Ming
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Polipo-users mailing list
Polipo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/polipo-users

Reply via email to