1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

breaking testnet today i suppose pt 2: the breakening

This commit is contained in:
dan 2023-03-02 14:21:05 -08:00
parent 1b45b914d4
commit 5c0928d061

View file

@ -453,7 +453,7 @@ namespace llarp::quic
{
log::warning(
logcat, "expiry handler invocation returned an error: {}", ngtcp2_strerror(rv));
endpoint.close_connection(*this, ngtcp2_err_infer_quic_transport_error_code(rv));
endpoint.close_connection(*this, rv);
}
else
{