mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51: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)
|
if (body_started_sending)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
sendHeaders();
|
||||||
|
|
||||||
std::string progress_string;
|
std::string progress_string;
|
||||||
{
|
{
|
||||||
WriteBufferFromString progress_string_writer;
|
WriteBufferFromString progress_string_writer;
|
||||||
|
Loading…
Reference in New Issue
Block a user