[3.0] f7f8e8c Make the invalid domains FQDN to save time if you have a long search-list.

Tollef Fog Heen tfheen at varnish-cache.org
Mon Apr 16 10:20:38 CEST 2012


commit f7f8e8cb515ea7bcb0e6853adec9d7844de45dd5
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Jan 25 16:10:51 2012 +0000

    Make the invalid domains FQDN to save time if you have a long search-list.

diff --git a/bin/varnishtest/tests/v00002.vtc b/bin/varnishtest/tests/v00002.vtc
index 586cfac..d9d33d6 100644
--- a/bin/varnishtest/tests/v00002.vtc
+++ b/bin/varnishtest/tests/v00002.vtc
@@ -116,11 +116,11 @@ varnish v1 -badvcl {
 }
 
 varnish v1 -badvcl {
-	backend b1 { .host = "////"; }
+	backend b1 { .host = "////."; }
 }
 
 varnish v1 -badvcl {
-	backend b1 { .host = "127.0.0.1"; .port = "////"; }
+	backend b1 { .host = "127.0.0.1"; .port = "////."; }
 }
 
 varnish v1 -badvcl {



More information about the varnish-commit mailing list