Skip to content

Commit

Permalink
chore: update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HJianBo committed Apr 17, 2024
1 parent 18196ec commit 2468243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion apps/emqx_gateway_ocpp/src/emqx_ocpp_connection.erl
Expand Up @@ -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}
Expand Down
1 change: 1 addition & 0 deletions changes/ce/fix-12892.md
@@ -0,0 +1 @@
Avoid printing error logs when processing downstream messages

0 comments on commit 2468243

Please sign in to comment.