From 7373822b8645f34c03a7bf522ea170c62817d8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 25 Apr 2018 21:32:58 +0200 Subject: Add the max_concurrent_streams h2 option --- test/h2spec_SUITE.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/h2spec_SUITE.erl') diff --git a/test/h2spec_SUITE.erl b/test/h2spec_SUITE.erl index 3429bb3..1eb18ee 100644 --- a/test/h2spec_SUITE.erl +++ b/test/h2spec_SUITE.erl @@ -30,7 +30,8 @@ init_per_suite(Config) -> skip; _ -> cowboy_test:init_http2(h2spec, #{ - env => #{dispatch => init_dispatch()} + env => #{dispatch => init_dispatch()}, + max_concurrent_streams => 100 }, Config) end. -- cgit v1.2.3