Changeset 1506 for trunk/varnish-cache/bin/varnishd/cache_hash.c
- Timestamp:
- 06/10/07 10:49:43 (3 years ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/bin/varnishd/cache_hash.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/bin/varnishd/cache_hash.c
r1503 r1506 149 149 } 150 150 were_back: 151 /* XXX: check Vary: */152 151 if (!o->cacheable) { 153 152 /* ignore */ … … 160 159 VSL(SLT_ExpBan, 0, "%u was banned", o->xid); 161 160 EXP_TTLchange(o); 162 } else 161 } else if (VRY_Match(sp, o->vary)) 163 162 break; 164 163 o->refcnt--; … … 255 254 free(o->http.ws->s); 256 255 256 if (o->vary != NULL) 257 free(o->vary); 258 257 259 HSH_Freestore(o); 258 260 free(o);
