chore: update changes
This commit is contained in:
parent
18196ec19c
commit
2468243dfd
|
@ -237,7 +237,6 @@ do_init(Req, Opts, WsOpts) ->
|
||||||
)
|
)
|
||||||
of
|
of
|
||||||
{error, Reason, _State} ->
|
{error, Reason, _State} ->
|
||||||
1 = Reason,
|
|
||||||
{ok, cowboy_req:reply(400, #{}, to_bin(Reason), Req), WsOpts};
|
{ok, cowboy_req:reply(400, #{}, to_bin(Reason), Req), WsOpts};
|
||||||
{ok, [Resp, Opts, WsOpts], NState} ->
|
{ok, [Resp, Opts, WsOpts], NState} ->
|
||||||
{cowboy_websocket, Resp, [Req, Opts, NState], WsOpts}
|
{cowboy_websocket, Resp, [Req, Opts, NState], WsOpts}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Avoid printing error logs when processing downstream messages
|
Loading…
Reference in New Issue