mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Sending progress in HTTP headers (continued) [#CLICKHOUSE-32].
This commit is contained in:
parent
2d324ed4df
commit
bfa46f9dff
@ -126,7 +126,7 @@ private:
|
||||
|
||||
std::string progress_string;
|
||||
{
|
||||
WriteBufferFromString progress_string_writer;
|
||||
WriteBufferFromString progress_string_writer(progress_string);
|
||||
progress.writeJSON(progress_string_writer);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user