[experimental-ims] cff8e37 Make the invalid domains FQDN to save time if you have a long search-list.

Geoff Simmons geoff at varnish-cache.org
Mon Jan 30 16:09:52 CET 2012


commit cff8e37bbac7c690a4566ca1a63cb509ff9852c2
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