mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix TablesStatusResponse
This commit is contained in:
parent
2280aa5e30
commit
ee57c9f804
@ -1281,6 +1281,9 @@ void TCPHandler::processTablesStatusRequest()
|
||||
}
|
||||
|
||||
|
||||
if (out->isCanceled())
|
||||
return;
|
||||
|
||||
writeVarUInt(Protocol::Server::TablesStatusResponse, *out);
|
||||
|
||||
/// For testing hedged requests
|
||||
|
Loading…
Reference in New Issue
Block a user