chore: update apps/emqx/src/emqx_quic_connection.erl

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
zhongwencool 2023-09-20 22:00:44 +08:00 committed by GitHub
parent 2f1fa2e961
commit f789a7504f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ streams_available(_C, {BidirCnt, UnidirCnt}, S) ->
-spec peer_needs_streams(quicer:connection_handle(), undefined, cb_state()) -> cb_ret().
peer_needs_streams(_C, undefined, S) ->
?SLOG(info, #{
msg => "ignore_peer_need_more_streames", info => maps:with([conn_pid, ctrl_pid], S)
msg => "ignore_peer_needs_more_streams", info => maps:with([conn_pid, ctrl_pid], S)
}),
{ok, S}.