[master] 0516feb We cannot trust settings-ack to arrive before any other frames

Poul-Henning Kamp phk at FreeBSD.org
Wed Sep 7 21:38:11 CEST 2016


commit 0516feba93201d07d87009d93e02e404c2c8e698
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Sep 7 08:16:11 2016 +0000

    We cannot trust settings-ack to arrive before any other frames

diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index 15e48f5..aa78975 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -1775,7 +1775,7 @@ cmd_http_stream(CMD_ARGS)
 				"txsettings -ack\n"
 				"rxsettings\n"
 				"expect settings.ack == true"
-			     "} -run\n", http_cmds, hp, vl);
+			     "} -start\n", http_cmds, hp, vl);
 	}
 	cmd_stream(av, hp, cmd, vl);
 }



More information about the varnish-commit mailing list