> -----Ursprüngliche Nachricht----- > Von: Niklas Edmundsson > Gesendet: Dienstag, 17. April 2007 09:07 > An: dev@httpd.apache.org > Betreff: Re: [PATCH] mod_cache 304 on HEAD (bug 41230) > > > On Mon, 16 Apr 2007, Ruediger Pluem wrote: >
> > > > Are you really sure that it gets deleted? > cache->provider->remove_entity does > > not really remove the object from the cache. Only > cache->provider->remove_url > > does this. > > Yes, but the CACHE_REMOVE_URL filter will remove it, right? > It removes > the CACHE_REMOVE_URL filter only after it has decided that it's > actually caching the response so it will bite in that case. But only if there is cache->handle or a cache->stale_handle. We have neither, as cache->stale_handle is set to NULL.