In message <[EMAIL PROTECTED]>, "anda n andan" writes: >Hi all. > >According to: http://varnish.projects.linpro.no/wiki/FAQ/Compression, >for two requests with different "Accept-encoding", the cache stores >two objets. > >But, to purge an URL, how affect this ? we must send two PURGE >requests with the two "Accept-encoding" ?
Depends how you do the purge. If you use the url.purge or hash.purge VCL primitives all matching objects will be purged. If you use the "set obj.ttl = 0s" way of purging, only the single object you found in the cache will get purged. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
