This commit is contained in:
Nikita Mikhaylov 2021-04-16 17:56:08 +03:00 committed by mergify-bot
parent cf4449e82e
commit 648b941922

View File

@ -985,8 +985,6 @@ bool TCPHandler::receivePacket()
switch (packet_type)
{
case Protocol::Client::ReadTaskResponse:
throw Exception("ReadTaskResponse must be received only after requesting in callback", ErrorCodes::LOGICAL_ERROR);
case Protocol::Client::IgnoredPartUUIDs:
/// Part uuids packet if any comes before query.
receiveIgnoredPartUUIDs();