• Geoff Simmons's avatar
    Work around a bug in Varnish 5.0 concerning newlines in strings. · 507f934e
    Geoff Simmons authored
    In 5.0, if strings enclosed in {"..."} had a newline, the newline
    was apparently removed from the string, at least by the time it
    was passed into a VMOD. This artificially causes some of the tests
    in options.vtc to fail.
    
    The problem was apparently fixed by Varnish 5.1. So this just comments
    out the offending tests in options.vtc, they will be enforced in other
    versions of the VMOD.
    507f934e
Name
Last commit
Last update
m4 Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
COPYING 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...