engine/src/HttpEventHandler.cpp
branchsymbian1
changeset 90 d0c0c3e6f7a1
parent 80 ea2321db6cb6
child 164 000f9fc147b2
equal deleted inserted replaced
88:f4b512d870e8 90:d0c0c3e6f7a1
   220 			} break;
   220 			} break;
   221 		default:
   221 		default:
   222 			{
   222 			{
   223 			DP1("<unrecognised event: %d>", aEvent.iStatus);
   223 			DP1("<unrecognised event: %d>", aEvent.iStatus);
   224 			// close off the transaction if it's an error
   224 			// close off the transaction if it's an error
   225 			if (aEvent.iStatus < 0)
   225 			if (aEvent.iStatus < 100)
   226 				{
   226 				{
   227 				iRespBodyFile.Close();
   227 				iRespBodyFile.Close();
   228 				aTransaction.Close();
   228 				aTransaction.Close();
   229 				iHttpClient->ClientRequestCompleteL(aEvent.iStatus);
   229 				iHttpClient->ClientRequestCompleteL(aEvent.iStatus);
   230 				}
   230 				}