Update WriteBufferFromHTTPServerResponse.cpp

This commit is contained in:
alexey-milovidov 2017-09-02 00:48:18 +03:00 committed by GitHub
parent 7b2cc11520
commit f079af6197

View File

@ -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)