[master] c672889 Revert "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 c67288945e87cbeff6c9f2e384bcc859514a6802
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Sep 7 08:41:33 2016 +0000

    Revert "We cannot trust settings-ack to arrive before any other frames"
    
    This reverts commit 7e3e34a4251536919c51648a7354d521c4e002b7.

diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index aa78975..15e48f5 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"
-			     "} -start\n", http_cmds, hp, vl);
+			     "} -run\n", http_cmds, hp, vl);
 	}
 	cmd_stream(av, hp, cmd, vl);
 }



More information about the varnish-commit mailing list