feat(quic): use quicer:getstat instead.
This commit is contained in:
parent
e062be2b0e
commit
f9a113477e
|
@ -47,7 +47,7 @@ peercert(_S) ->
|
||||||
nossl.
|
nossl.
|
||||||
|
|
||||||
getstat(Socket, Stats) ->
|
getstat(Socket, Stats) ->
|
||||||
case quicer:getstats(Socket, Stats) of
|
case quicer:getstat(Socket, Stats) of
|
||||||
{error, _} -> {error, closed};
|
{error, _} -> {error, closed};
|
||||||
Res -> {ok, Res}
|
Res -> {ok, Res}
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Reference in New Issue