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

ack to data we no longer have is not an error

This commit is contained in:
Thomas Winget 2023-04-25 10:09:46 -04:00
parent 767935ede8
commit 7ab57fbc66

View file

@ -1061,9 +1061,8 @@ namespace llarp::quic
if (auto it = streams.find(id); it != streams.end())
{
it->second->acknowledge(size);
return 0;
}
return NGTCP2_ERR_CALLBACK_FAILURE;
return 0;
}
Server*