提交 f079af61 编写于 作者: A alexey-milovidov 提交者: GitHub

Update WriteBufferFromHTTPServerResponse.cpp

上级 7b2cc115
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册