paragraph "Removing all BUT some cookies" from http://www.varnish-cache.org/trac/wiki/VCLExampleRemovingSomeCookies gives an example invalid for 3.0, expliciting concatenation works.
Change req.hash += value to hash_data(value) to be more clear should be: Change set req.hash += value to hash_data(value) actually 3.0beta seems slower than 2.1.5, very slower..i'll make more tests at low-traffic time sz -- /"\ taste your favourite IT consultant \ / gpg public key http://www.guly.org/guly.asc X / \ _______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
