chore: add changlog for 11466

This commit is contained in:
zhongwencool 2023-08-17 22:56:06 +08:00
parent 84dd3b83bb
commit 8d2be27ade
2 changed files with 2 additions and 1 deletions

View File

@ -495,7 +495,7 @@ terminate(_Reason, #state{metric_ids = MIDs}) ->
stop(Name) ->
try
gen_server:stop(Name)
gen_server:stop(Name, normal, 10000)
catch
exit:noproc ->
ok;

View File

@ -0,0 +1 @@
Fixed a crash that occurred when setting the `ssl_options.ciphers` configuration option to an empty string ("").