]> err.no Git - varnish/commit
Implemented http purge with regexp. Example vcl usage:
authorcecilihf <cecilihf@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 25 Jul 2007 08:39:10 +0000 (08:39 +0000)
committercecilihf <cecilihf@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 25 Jul 2007 08:39:10 +0000 (08:39 +0000)
commitaecff48b28c94a3e734e3beca7421df6640eaa69
tree16e27d9a4a1d71269f4c492331aa53d7a85f0566
parentb89f5fd501d8ba0ec42827b0a85b6a82cce48b97
Implemented http purge with regexp. Example vcl usage:
sub vcl_recv {
if (req.request == "REPURGE") {
purge(req.url);
error 404 "Purged";
}
}

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1761 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_ban.c
varnish-cache/include/vrt.h
varnish-cache/lib/libvcl/vcc_action.c
varnish-cache/lib/libvcl/vcc_fixed_token.c