chore: update changes

This commit is contained in:
JianBo He 2024-04-17 17:51:37 +08:00
parent 18196ec19c
commit 2468243dfd
2 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,6 @@ do_init(Req, Opts, WsOpts) ->
)
of
{error, Reason, _State} ->
1 = Reason,
{ok, cowboy_req:reply(400, #{}, to_bin(Reason), Req), WsOpts};
{ok, [Resp, Opts, WsOpts], NState} ->
{cowboy_websocket, Resp, [Req, Opts, NState], WsOpts}

1
changes/ce/fix-12892.md Normal file
View File

@ -0,0 +1 @@
Avoid printing error logs when processing downstream messages