--------------------- PatchSet 11276 Date: 2007/02/27 02:09:02 Author: hno Branch: HEAD Tag: (none) Log: Don't destroy entry->timestamp on validated objects. Trust the 304. Members: src/client_side.c:1.709->1.710 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid/squid/src/client_side.c,v retrieving revision 1.709 retrieving revision 1.710 diff -u -r1.709 -r1.710 --- squid/src/client_side.c 27 Feb 2007 01:14:21 -0000 1.709 +++ squid/src/client_side.c 27 Feb 2007 02:09:02 -0000 1.710 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.709 2007/02/27 01:14:21 hno Exp $ + * $Id: client_side.c,v 1.710 2007/02/27 02:09:02 hno Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1000,7 +1000,6 @@ http->sc = http->old_sc; storeUnlockObject(entry); entry = http->entry = oldentry; - entry->timestamp = squid_curtime; if (unlink_request) { requestUnlink(entry->mem_obj->request); entry->mem_obj->request = NULL;