Changeset 571
- Timestamp:
- 08/29/2008 03:30:31 AM (3 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r570 r571 293 293 for (p = xce->cache->entries[xce->hvalue]; p; p = p->next) { 294 294 if (xc_entry_equal_dmz(xce, p)) { 295 if (p->type == XC_TYPE_VAR || /* PHP */ p-> mtime == xce->mtime) {295 if (p->type == XC_TYPE_VAR || /* PHP */ p->size == xce->size && p->mtime == xce->mtime) { 296 296 p->hits ++; 297 297 p->atime = XG(request_time);

