purge_hash and regular expressions

2009-03-13 Thread Lapo Luchini
'/indexhhtml' (ok, this is just paranoia) '/index.html?id=1' DOES NOT match itself. This seems an heavy limit on VCL-driver usage of purge_hash… but maybe there's a workaround available already that I didn't notice? be good, -- Lapo Luchini - http://lapo.it/ signature.asc Description: OpenPGP

honoring browser reload request

2008-06-17 Thread Lapo Luchini
? Is there a way to avoid hitting the backend twice? Is there a way to do that in vcl_recv? (I guess not, since there's no obj object available yet, there) I guess I could use purge_url(...), except I have virtual hosts and it wants a regexp and req.url could contain some special char (could it?). -- Lapo