]> err.no Git - varnish/commit
Don't recognize '\' as magic in CSTR tokens, use %xx escapes instead.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 10:47:40 +0000 (10:47 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 11 Aug 2006 10:47:40 +0000 (10:47 +0000)
commit7147e42bfff421358d512a587f9087d11d7367f1
tree34332b5d85bb915a5bac4b9140ea28cbfabf8018
parented18b716c14439896ac3dde45373791978453e81
Don't recognize '\' as magic in CSTR tokens, use %xx escapes instead.

Add decoded string element to struct token.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@809 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvcl/vcc_compile.h
varnish-cache/lib/libvcl/vcc_token.c