mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 04:42:37 +00:00
fix tidy build
This commit is contained in:
parent
740501b36e
commit
90b5ad3613
@ -85,7 +85,10 @@ protected:
|
|||||||
void nextImpl() override
|
void nextImpl() override
|
||||||
{
|
{
|
||||||
if (!chunked)
|
if (!chunked)
|
||||||
return WriteBufferFromPocoSocket::nextImpl();
|
{
|
||||||
|
WriteBufferFromPocoSocket::nextImpl();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/// next() after finishChunk ar the end of the buffer
|
/// next() after finishChunk ar the end of the buffer
|
||||||
if (finishing < sizeof(*chunk_size_ptr))
|
if (finishing < sizeof(*chunk_size_ptr))
|
||||||
|
Loading…
Reference in New Issue
Block a user