chore: add changlog for 11466
This commit is contained in:
parent
84dd3b83bb
commit
8d2be27ade
|
@ -495,7 +495,7 @@ terminate(_Reason, #state{metric_ids = MIDs}) ->
|
||||||
|
|
||||||
stop(Name) ->
|
stop(Name) ->
|
||||||
try
|
try
|
||||||
gen_server:stop(Name)
|
gen_server:stop(Name, normal, 10000)
|
||||||
catch
|
catch
|
||||||
exit:noproc ->
|
exit:noproc ->
|
||||||
ok;
|
ok;
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Fixed a crash that occurred when setting the `ssl_options.ciphers` configuration option to an empty string ("").
|
Loading…
Reference in New Issue