mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add the max_concurrent_streams h2 option
This commit is contained in:
parent
8bd55941aa
commit
7373822b86
4 changed files with 104 additions and 46 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue