Le lundi 01 mars 2010 à 12:58, d'après Thomas Parmelan <[email protected]> :
> > What happens if you set obj.cacheable to true and ttl to 1s if the > > response is a 206? Does that work? > > I will give it a try with 2.0.6 and report the result. Nope, doesn't change a thing. > Will do the purge/default_ttl test again. Ok I found the explanation for this one: my purge command was "purge req.http.host == img.s-sfr.fr && req.url == /foo/bar", but in vcl_recv I change req.http.host to rewrite Host so that the backend recognize it. If I do the purge with the "corrected" req.http.host, the hit-for-pass is purged as expected. (this test was on 2.0.6, if it matters). -- Thomas Parmelan -+- [email protected] -+- [email protected] _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
