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:
parent
388a68fc2e
commit
01e13c0846
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue