• 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
options.vtc 17 KB