From 648b941922be781479117864d5f00f0a9b0d4c79 Mon Sep 17 00:00:00 2001 From: Nikita Mikhaylov Date: Fri, 16 Apr 2021 17:56:08 +0300 Subject: [PATCH] done --- src/Server/TCPHandler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Server/TCPHandler.cpp b/src/Server/TCPHandler.cpp index c6cd74f6c6a..53f66a74631 100644 --- a/src/Server/TCPHandler.cpp +++ b/src/Server/TCPHandler.cpp @@ -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();