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