fix typos

This commit is contained in:
Yakov Olkhovskiy 2024-06-02 13:03:48 +00:00
parent f11f414910
commit eaeabd8d37

View File

@ -2273,8 +2273,8 @@ void TCPHandler::sendData(const Block & block)
if (block.rows() > 0 && query_context->getSettingsRef().sleep_in_send_data_ms.totalMilliseconds())
{
/// This strange sequence is needed in case of chunked protocol is enabled, in order for client not to
/// hang on recieving of at least packet type - chunk will not be processed unless either chunk footer
/// or chunk continuation header is recieved - first 'next' is sending starting chunk containing packet type
/// hang on receiving of at least packet type - chunk will not be processed unless either chunk footer
/// or chunk continuation header is received - first 'next' is sending starting chunk containing packet type
/// and second 'next' is sending chunk continuation header.
out->next();
/// Send external table name (empty name is the main table)