aboutsummaryrefslogtreecommitdiffstats
path: root/test/h2specd_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/h2specd_SUITE.erl')
-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),