fix tidy build

This commit is contained in:
Yakov Olkhovskiy 2024-06-09 19:31:20 +00:00
parent 740501b36e
commit 90b5ad3613

View File

@ -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))