On Mon, Oct 08, 2012 at 02:03:55PM +0530, Aanchal Gera wrote: > > I have set the Cache-Control directives as "no-cache" for an ESI fragment. > Even then, I receive a HIT from Varnish. How is this possible?
You'll have to implement no-cache in VCL yourself, it's not honored by default. -- Andreas _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
