[master] a8d0651 One "no backend connection" is enough

Federico G. Schwindt fgsch at lodoss.net
Mon May 4 22:20:12 CEST 2015


commit a8d065135b9e63735abe83b88e8011f8f8658e60
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Mon May 4 20:31:46 2015 +0100

    One "no backend connection" is enough
    
    Fixes #1724

diff --git a/bin/varnishd/cache/cache_backend.c b/bin/varnishd/cache/cache_backend.c
index a02a7d8..114ab38 100644
--- a/bin/varnishd/cache/cache_backend.c
+++ b/bin/varnishd/cache/cache_backend.c
@@ -110,7 +110,6 @@ vbe_dir_getfd(const struct director *d, struct busyobj *bo)
 	if (vc == NULL) {
 		// XXX: Per backend stats ?
 		VSC_C_main->backend_fail++;
-		VSLb(bo->vsl, SLT_FetchError, "no backend connection");
 		return (-1);
 	}
 



More information about the varnish-commit mailing list