mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Sending progress in HTTP headers (continued) [#CLICKHOUSE-32].
This commit is contained in:
parent
d8b95e6d2a
commit
22527f52f3
@ -122,6 +122,8 @@ private:
|
||||
if (body_started_sending)
|
||||
return;
|
||||
|
||||
sendHeaders();
|
||||
|
||||
std::string progress_string;
|
||||
{
|
||||
WriteBufferFromString progress_string_writer;
|
||||
|
Loading…
Reference in New Issue
Block a user