branch | symbian1 |
changeset 90 | d0c0c3e6f7a1 |
parent 80 | ea2321db6cb6 |
child 164 | 000f9fc147b2 |
--- a/engine/src/HttpEventHandler.cpp Tue May 11 22:27:35 2010 +0100 +++ b/engine/src/HttpEventHandler.cpp Sat May 15 11:13:19 2010 +0100 @@ -222,7 +222,7 @@ { DP1("<unrecognised event: %d>", aEvent.iStatus); // close off the transaction if it's an error - if (aEvent.iStatus < 0) + if (aEvent.iStatus < 100) { iRespBodyFile.Close(); aTransaction.Close();