[master] d7c6036 Start inactive server

Guillaume Quintard guillaume at varnish-software.com
Wed Feb 1 17:01:05 CET 2017


commit d7c6036d029f256ed519773c4428de988e4ad811
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Wed Feb 1 16:59:20 2017 +0100

    Start inactive server
    
    Varnish doesn't like empty hosts in backend definitions

diff --git a/bin/varnishtest/tests/d00028.vtc b/bin/varnishtest/tests/d00028.vtc
index 07d188c..c297641 100644
--- a/bin/varnishtest/tests/d00028.vtc
+++ b/bin/varnishtest/tests/d00028.vtc
@@ -6,7 +6,7 @@ server s1 {
 	txresp
 } -start
 
-server s2 {}
+server s2 {} -start
 
 server s3 {
 	rxreq
@@ -22,7 +22,7 @@ server s3 {
 	txresp
 } -start
 
-server s4 {}
+server s4 {} -start
 
 varnish v1 -vcl+backend {
 	import directors;



More information about the varnish-commit mailing list