Neil Schemenauer:
> On Thu, Apr 14, 2005 at 01:20:40PM -0400, David Binger wrote:
>> I'm trying to reproduce this problem, but with no luck.
>
> It's easy to reproduce if you know the right place to poke. :-)
> Comment out these lines in StaticFile:
>
> if last_modified == request.get_header('If-Modified-Since'):
> # handle exact match of If-Modified-Since header
> response.set_status(304)
> return ''
Yes, I commented those lines a couple days ago to test the lines
following. Sorry, I should have thought to mention that.