aboutsummaryrefslogtreecommitdiffstats
path: root/test/cowboy_test.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-11 17:43:02 +0100
committerLoïc Hoguin <[email protected]>2017-12-11 17:43:02 +0100
commit01e13c0846a15a1f18ac586b68a6b9e6feb5c692 (patch)
tree1c4f56a82c5fea3019395de2b54bbd5cf7a4cf55 /test/cowboy_test.erl
parent388a68fc2e8766138e4fefae86e52724b098c12e (diff)
downloadcowboy-01e13c0846a15a1f18ac586b68a6b9e6feb5c692.tar.gz
cowboy-01e13c0846a15a1f18ac586b68a6b9e6feb5c692.tar.bz2
cowboy-01e13c0846a15a1f18ac586b68a6b9e6feb5c692.zip
Fix how we require HTTP/1.0 from Gun in rfc7231_SUITE
Diffstat (limited to 'test/cowboy_test.erl')
-rw-r--r--test/cowboy_test.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl
index f130451..0c02868 100644
--- a/test/cowboy_test.erl
+++ b/test/cowboy_test.erl
@@ -112,8 +112,7 @@ gun_open(Config, Opts) ->
retry => 0,
transport => config(type, Config),
transport_opts => proplists:get_value(transport_opts, Config, []),
- protocols => [config(protocol, Config)],
- http_opts => proplists:get_value(http_opts, Config, #{})
+ protocols => [config(protocol, Config)]
}),
ConnPid.