diff -r f4b512d870e8 -r d0c0c3e6f7a1 engine/src/HttpEventHandler.cpp --- 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("", aEvent.iStatus); // close off the transaction if it's an error - if (aEvent.iStatus < 0) + if (aEvent.iStatus < 100) { iRespBodyFile.Close(); aTransaction.Close();