equal
deleted
inserted
replaced
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 } |