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

This commit is contained in:
dan 2023-03-02 14:08:56 -08:00
parent 4354704145
commit 1b45b914d4

View file

@ -778,15 +778,8 @@ namespace llarp::quic
stream.id());
stream.wrote(ndatalen);
assert(ndatalen >= 0);
if (stream.unsent() > 0)
{
log::debug(logcat, "We have more to write on stream {}, proceeding", stream.id());
++stream_packets;
++it;
continue;
}
it = strs.erase(it);
break;
continue;
}
if (nwrite == -230) // NGTCP2_ERR_CLOSING
{