- Timestamp:
- 2008-08-29T03:30:31Z (10 years ago)
- File:
-
- 1 edited
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);
Note: See TracChangeset
for help on using the changeset viewer.