• Nils Goroll's avatar
    make VRT_handling a no-op if no ctx->handling pointer · f93860ab
    Nils Goroll authored
    This is the case for the ctx created for director operations as first
    introduced with 5536f102
    
    Alternatively, we could always set ctx->handling to some location
    with the same scope as the ctx, but as we are not inside VCL (and
    just happen to use the same context for simplicity and reusability
    of VRT/vmod functions), adding specific handling appears to be the
    cleaner solution.
    
    Fixes #2692
    f93860ab
cache_vrt.c 15.9 KB