• 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
..
tests Loading commit data...
Makefile.am Loading commit data...
vmod_dispatch.c Loading commit data...
vmod_dispatch.vcc Loading commit data...