From a8a26897274c798cb95d3a2e9e8da1215c2da78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 1 Apr 2020 18:02:59 +0200 Subject: Fix h2spec "invalid preface sequence" test Introduce a currently undocumented option to allow disabling cowboy_http when using a clear listener. --- test/h2spec_SUITE.erl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/h2spec_SUITE.erl b/test/h2spec_SUITE.erl index 13beea6..08497e9 100644 --- a/test/h2spec_SUITE.erl +++ b/test/h2spec_SUITE.erl @@ -36,6 +36,8 @@ init_per_suite(Config) -> cowboy_test:init_http(h2spec, #{ env => #{dispatch => init_dispatch()}, max_concurrent_streams => 100, + %% This test suite expects an HTTP/2-only connection. + protocols => [http2], %% Disable the DATA threshold for this test suite. stream_window_data_threshold => 0 }, Config) -- cgit v1.2.3