feat(quic): use quicer:getstat instead.
This commit is contained in:
parent
e062be2b0e
commit
f9a113477e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue