diff --git a/llarp/quic/connection.cpp b/llarp/quic/connection.cpp index 8146a2b87..d21228d57 100644 --- a/llarp/quic/connection.cpp +++ b/llarp/quic/connection.cpp @@ -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*