Tim Rowley wrote:
> Darin Fisher <[EMAIL PROTECTED]> writes:
>
>> reload = FORCE_VALIDATE (ignoring prefs, send an If-Modified-Since
>> header to validate the cached content)
>
>
> I noticed reload with the new cache not working on tinderbox; it
> would always come back with the cached copy. shift-reload did
> the right thing.
>
> -tor
Ahh.. looks like tinderbox.mozilla.org/showbuilds.cgi sends a Date
header but no Expiration, Cache-Control, or Last-Modified header. And,
it looks like my expiration time calculation falls on the floor in this
case. Definitely a common case that needs to be handled!!!
Darin