Bill Stoddard wrote:
Graham Leggett wrote:

[EMAIL PROTECTED] wrote:

Also, remove the broken conditional filter code as you can't reliably alter the
filter list once the response is started. (Regardless, cache_select_url()
has the freshness checks now.)



How does cache handle responses that are stale?

Are these objects revalidated (ie If-None-Match) or are the objects discarded and fetched again from scratch?


Stale objects are discarded and fetched from the origin server.


So we're missing all the code to handle RFC 2616 section 13.3. We're not violating the RFC but our cache is sure not as efficient as possible.


Bill

Reply via email to