• Geoff Simmons's avatar
    Bugfix and extend .setenv(). · 723690f9
    Geoff Simmons authored
    Support the task-scoped invocation in vcl_deliver.
    
    Use a VSTAILQ for the setenv list. VSLIST pushes only to the head,
    so setenv() calls were in reverse order compared to the VCL calls.
    We want later invocations of .setenv() overwrite the value of previous
    invocations for the same variable (if overwrite is true). So use
    a tail queue and push to the tail.
    723690f9
Name
Last commit
Last update
m4 Loading commit data...
src 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...