• Nils Goroll's avatar
    Adjust to changed vcl_func_f in varnish-cache · 7e18a594
    Nils Goroll authored
    We now have the VCL_SUB type in varnish-cache, which exists mainly to
    make this vmod obsolete.
    
    Yet we need to update vmod_dispatch to enable a smooth transition to the
    replacement (likely vmod_re2 with VCL_SUB support added), so we keep the
    existing semantics and just change the call interface.
    
    *NOTE* We need to do here what VMODs are _explicitly_ not supposed to do
    and make a VSUB_STATIC call. This is necessary, because VSUB_DYNAMIC
    calls are only enabled through VSUB references, and to keep the vmod
    interface, we need to keep the .add() argument a strig.
    7e18a594
Name
Last commit
Last update
m4 Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...