• Nils Goroll's avatar
    fellow_cache: fix an lru edge case exposed by fellow_b00062.vtc · fcc14dce
    Nils Goroll authored
    For an fco which failed mutation, any fcs of the same fco following
    it would be skipped because of
    
    		if (fcs->fco == fco)
    			continue;
    
    this was particularly relevant for b62.vtc, which creates just one
    cache object.
    
    With the fix, varnishtest -n10000 -j20 ... vtc/fellow_b00062.vtc
    completed without any failure.
    fcc14dce
fellow_cache.c 183 KB