Skip to content

Commit

Permalink
fix #177: enable output caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Jun 26, 2012
1 parent bb74994 commit 6bdc124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iisnode/chttpprotocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ HRESULT CHttpProtocol::ParseResponseStatusLine(CNodeHttpStoredContext* context)
data[newOffset] = 0; // zero-terminate the reason phrase to reuse it without copying

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

// adjust buffers
Expand Down

0 comments on commit 6bdc124

Please sign in to comment.