mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Update WriteBufferFromHTTPServerResponse.cpp
This commit is contained in:
parent
7b2cc11520
commit
f079af6197
@ -43,7 +43,8 @@ void WriteBufferFromHTTPServerResponse::finishSendHeaders()
|
||||
{
|
||||
headers_finished_sending = true;
|
||||
|
||||
if (request.getMethod() != Poco::Net::HTTPRequest::HTTP_HEAD) {
|
||||
if (request.getMethod() != Poco::Net::HTTPRequest::HTTP_HEAD)
|
||||
{
|
||||
#if POCO_CLICKHOUSE_PATCH
|
||||
/// Send end of headers delimiter.
|
||||
if (response_header_ostr)
|
||||
|
Loading…
Reference in New Issue
Block a user