From 1f4c1e2c67fc343daafba3445a649e5273fdb557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 6 Dec 2017 14:38:27 +0100 Subject: Add more rfc7231 tests --- test/cowboy_test.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/cowboy_test.erl') diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl index 23185b4..8bd808a 100644 --- a/test/cowboy_test.erl +++ b/test/cowboy_test.erl @@ -112,7 +112,8 @@ gun_open(Config, Opts) -> retry => 0, transport => config(type, Config), transport_opts => proplists:get_value(transport_opts, Config, []), - protocols => [config(protocol, Config)] + protocols => [config(protocol, Config)], + http_opts => proplists:get_value(http_opts, Config, #{}) }), ConnPid. -- cgit v1.2.3