Change the 'ssl' to 'sslopts'

This commit is contained in:
Feng Lee 2017-03-13 16:35:36 +08:00
parent 764e506f8d
commit b5446ceb4d
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ end}.
ConnOpts = Filter([{rate_limit, cuttlefish:conf_get(Key ++ ".rate_limit", Conf, undefined)}]),
Opts = [{connopts, ConnOpts}, {sockopts, TcpOpts(Key)} | LisOpts(Key)],
[{Name, Port, case Name =:= ssl orelse Name =:= https of
true -> [{ssl, SslOpts(Key)} | Opts];
true -> [{sslopts, SslOpts(Key)} | Opts];
false -> Opts
end}]
end