mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Sending progress in HTTP headers (continued) [#CLICKHOUSE-32].
This commit is contained in:
parent
3476e4d4c4
commit
93bbaf0e70
@ -141,7 +141,7 @@ std::pair<std::ostream *, std::ostream *> HTTPServerResponseImpl::beginSend()
|
||||
beginWrite(*_pStream);
|
||||
}
|
||||
|
||||
return std::make_pair(out_header_stream, out_body_stream);
|
||||
return std::make_pair(_pHeaderStream, _pStream);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user