]> git.ipfire.org Git - thirdparty/squid.git/commit
From: Mark Treacy <mark@aone.com.au>
authorwessels <>
Sat, 14 Dec 1996 04:38:33 +0000 (04:38 +0000)
committerwessels <>
Sat, 14 Dec 1996 04:38:33 +0000 (04:38 +0000)
commit91f4d519ffa8d16cf27e978cd1b7616634085969
tree4ad4f764621c1f5fc115bacff58cd2ca44679ea4
parent6d1c39a8472c0b206c203534e2c764b56cf21bc9
From:    Mark Treacy <mark@aone.com.au>
Summarized by DW:  There existed bad interaction for STALE objects which come
back as not modified, and client IMS times prior to the entry's lastmod time.
In this case we send the entry's lastmod time towards the source.  Since the
client's IMS time might be less, we can't just send back the 304 NOT MODIFIED.
We must also check if the object has changed since the client IMS time.
src/client_side.cc