Skip to content

Commit 6bdc124

Browse files
committed
fix #177: enable output caching
1 parent bb74994 commit 6bdc124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/iisnode/chttpprotocol.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ HRESULT CHttpProtocol::ParseResponseStatusLine(CNodeHttpStoredContext* context)
326326
data[newOffset] = 0; // zero-terminate the reason phrase to reuse it without copying
327327

328328
IHttpResponse* response = context->GetHttpContext()->GetResponse();
329-
response->Clear();
329+
//response->Clear();
330330
response->SetStatus(statusCode, data + offset, subStatusCode);
331331

332332
// adjust buffers

0 commit comments

Comments
 (0)