--- a/engine/src/HttpEventHandler.cpp Sat Oct 23 18:27:45 2010 +0100
+++ b/engine/src/HttpEventHandler.cpp Sun Oct 24 01:27:31 2010 +0100
@@ -61,6 +61,7 @@
void CHttpEventHandler::MHFRunL(RHTTPTransaction aTransaction, const THTTPEvent& aEvent)
{
+ DP1("CHttpEventHandler::MHFRunL, aEvent.iStatus=%d", aEvent.iStatus);
switch (aEvent.iStatus)
{
case THTTPEvent::EGotResponseHeaders:
@@ -431,6 +432,7 @@
void CHttpEventHandler::CloseSaveFile()
{
+ DP("CHttpEventHandler::CloseSaveFile BEGIN");
if(iRespBody != NULL)
{
if(iRespBodyFile.SubSessionHandle() != 0)
@@ -441,5 +443,6 @@
iRespBodyFile.Close();
}
}
+ DP("CHttpEventHandler::CloseSaveFile BEGIN");
}