mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
fix typos
This commit is contained in:
parent
f11f414910
commit
eaeabd8d37
@ -2273,8 +2273,8 @@ void TCPHandler::sendData(const Block & block)
|
|||||||
if (block.rows() > 0 && query_context->getSettingsRef().sleep_in_send_data_ms.totalMilliseconds())
|
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
|
/// 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
|
/// hang on receiving 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
|
/// or chunk continuation header is received - first 'next' is sending starting chunk containing packet type
|
||||||
/// and second 'next' is sending chunk continuation header.
|
/// and second 'next' is sending chunk continuation header.
|
||||||
out->next();
|
out->next();
|
||||||
/// Send external table name (empty name is the main table)
|
/// Send external table name (empty name is the main table)
|
||||||
|
Loading…
Reference in New Issue
Block a user