mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Remove superfluous out->next() call in HTTPHandler
This commit is contained in:
parent
f80137626a
commit
592f62d0af
@ -715,7 +715,6 @@ void HTTPHandler::trySendExceptionToClient(const std::string & s, int exception_
|
||||
writeChar('\n', *used_output.out_maybe_compressed);
|
||||
|
||||
used_output.out_maybe_compressed->next();
|
||||
used_output.out->next();
|
||||
used_output.out->finalize();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user