ack to data we no longer have is not an error

pull/2141/head
Thomas Winget 1 year ago
parent 767935ede8
commit 7ab57fbc66

@ -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*

Loading…
Cancel
Save