Re: [PATCH] Don't cache expired objects

2006-06-22 Thread Paul Querna
Davi Arnaut wrote: Don't cache requests with a expires date in the past; otherwise the cache code will _always_ try to cache the URL, leading to numerous rename() errors - since the URL is already cached. ... Index: modules/cache/mod_cache.c

Re: [PATCH] Don't cache expired objects

2006-06-22 Thread Davi Arnaut
On Thu, 22 Jun 2006 06:35:05 -0700 Paul Querna [EMAIL PROTECTED] wrote: Davi Arnaut wrote: Don't cache requests with a expires date in the past; otherwise the cache code will _always_ try to cache the URL, leading to numerous rename() errors - since the URL is already cached. ...

[PATCH] Don't cache expired objects

2006-06-14 Thread Davi Arnaut
Hi, Don't cache requests with a expires date in the past; otherwise the cache code will _always_ try to cache the URL, leading to numerous rename() errors - since the URL is already cached. -- Davi Arnaut Index: modules/cache/mod_cache.c