Hi,

As explained here 
(https://github.com/varnish/Varnish-Cache/blob/master/doc/changes.rst#vcl-2), 
server.* values aren't available in vcl_init{} and vcl_fini{} because they are 
"Request specific".

I understand why client.* is request specific, but server.* seems...server 
specific...

I'm using libvmod_statsd which allows to prefix all statsd requests through 
statsd.prefix() in vcl_init{}. I wish I could use server.identity as a prefix 
but I've been surprised server.* isn't available there (never used vcl_init{} 
before).

Am I mistaking something or shouldn't server.* be available in vcl_init{} ?

Thanks !

Gauthier Delacroix


_______________________________________________
varnish-dev mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev

Reply via email to