]> err.no Git - varnish/commit
Fix a number of issues and bugs with regsub():
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 20 Jun 2008 10:20:12 +0000 (10:20 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 20 Jun 2008 10:20:12 +0000 (10:20 +0000)
commitd8f7aef8bf45a642f2df472b70466e4313d544af
tree0a6fd99d10a6e221a610789a60d0a64787529032
parent85cd034cdf722e404ea9102f4831a30d701057e7
Fix a number of issues and bugs with regsub():

Allow '\' to escape the next char.

Make '$$' be the same as '&': entire match
XXX: NB: Should we drop the sed(1) usage of '&' here, it means
XXX: a lot of backslashing in query string urls ?

Make $-digit work correctly.

Fixes ticket 249

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2739 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_vrt_re.c