0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix how we require HTTP/1.0 from Gun in rfc7231_SUITE

This commit is contained in:
Loïc Hoguin 2017-12-11 17:43:02 +01:00
parent 388a68fc2e
commit 01e13c0846
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
2 changed files with 4 additions and 4 deletions

View file

@ -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.