André Øien Langvand <[EMAIL PROTECTED]> writes:
> obj.hash is very useful, thank you.
>
> Sadly, using double quotes doesnt help.
>
> purge_hash(req.url + "#" + req.http.host);
> -------------------#----------------------
> Error: Expected ')' got '+'
>
> purge_hash(req.url + '#' + req.http.host);
> ---------------------#--------------------
> Error: Syntax error at

I'm going to have to pass this on to Poul-Henning.  I thought we
supported string concatenation, but perhaps not in function calls?

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no
_______________________________________________
varnish-misc mailing list
[email protected]
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to