[PATCH] Handle conditional requests in mod_dav

2005-02-11 Thread Sander Striker
Hi, The point of this small patch is to allow mod_dav to take an easy out instead of actually going through the (expensive) delivery step, in case of a conditional request. Think of cache validating requests for instance. I found this interesting because of the potential of serving content strai

Re: [PATCH] Handle conditional requests in mod_dav

2005-02-11 Thread Justin Erenkrantz
On Fri, Feb 11, 2005 at 03:05:01PM +0100, Sander Striker wrote: > The point of this small patch is to allow mod_dav to take an easy > out instead of actually going through the (expensive) delivery > step, in case of a conditional request. Think of cache > validating requests for instance. Makes s