fix TablesStatusResponse

This commit is contained in:
Sema Checherinda 2024-10-04 10:29:16 +02:00
parent 2280aa5e30
commit ee57c9f804

View File

@ -1281,6 +1281,9 @@ void TCPHandler::processTablesStatusRequest()
}
if (out->isCanceled())
return;
writeVarUInt(Protocol::Server::TablesStatusResponse, *out);
/// For testing hedged requests