aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBjorn Svensson <[email protected]>2020-08-18 16:24:24 +0200
committerLoïc Hoguin <[email protected]>2020-11-09 18:00:50 +0100
commit9cae3a08b011a1644ba039edcac92ece0b250113 (patch)
treef2e022376be8618ed0920c235eca14beff97e5ca /test
parent81f17491566b48294a02aaf36295b89670fac6ff (diff)
downloadgun-9cae3a08b011a1644ba039edcac92ece0b250113.tar.gz
gun-9cae3a08b011a1644ba039edcac92ece0b250113.tar.bz2
gun-9cae3a08b011a1644ba039edcac92ece0b250113.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/h2specd_SUITE.erl3
1 files changed, 2 insertions, 1 deletions
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),