• Dridi Boukelmoune's avatar
    vtc_server: Make the dispatch check reliable · 1608518b
    Dridi Boukelmoune authored
    If a dispatch server instance is already done by the time we list
    servers with varnish -vcl+backend we end up with the condition failing
    on the fd field being negative, since the session was already closed.
    
    Adding an explicit flag will prevet that from happening.
    1608518b
vtc_server.c 12.7 KB