From 9cae3a08b011a1644ba039edcac92ece0b250113 Mon Sep 17 00:00:00 2001 From: Bjorn Svensson Date: Tue, 18 Aug 2020 16:24:24 +0200 Subject: Update source path for test tool h2specd The main source file for the test tool h2specd was moved a time ago, but correct one is used now. Also make sure that gun sends the GOAWAY directly to avoid timing issues in test 6.9.1 in h2specd_SUITE. --- test/h2specd_SUITE.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/h2specd_SUITE.erl b/test/h2specd_SUITE.erl index 99e0cd8..927d136 100644 --- a/test/h2specd_SUITE.erl +++ b/test/h2specd_SUITE.erl @@ -97,7 +97,8 @@ run_tests([Port|Tail]) -> try {ok, Conn} = gun:open("127.0.0.1", Port, #{ protocols => [http2], - retry => 0 + retry => 0, + tcp_opts => [{nodelay, true}] }), MRef = monitor(process, Conn), {ok, http2} = gun:await_up(Conn), -- cgit v1.2.3