feat(quic): use quicer:getstat instead.

This commit is contained in:
William Yang 2021-05-09 00:00:40 +02:00
parent e062be2b0e
commit f9a113477e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ peercert(_S) ->
nossl.
getstat(Socket, Stats) ->
case quicer:getstats(Socket, Stats) of
case quicer:getstat(Socket, Stats) of
{error, _} -> {error, closed};
Res -> {ok, Res}
end.