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

edge case for write close packet on testnet

This commit is contained in:
dan 2023-03-03 11:09:16 -08:00
parent fae9e5226b
commit 6e47d6001b

View file

@ -284,7 +284,7 @@ namespace llarp::quic
written < 0 ? ngtcp2_strerror(written) : "unknown error: closing is 0 bytes??");
log::warning(
logcat,
"Failed to write packet, removing connection {}",
"Failed to write packet: removing connection {}",
conn.base_cid);
delete_conn(conn.base_cid);
return;