javacommons/gcfprotocols/http/src.s60/chttptransactionclient.cpp
branchRCL_3
changeset 23 e5618cc85d74
parent 19 71c436fe3ce0
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
   624         {
   624         {
   625             LOG(ESOCKET,EInfo,"MHFRunL ENotifyNewRequestBodyPart");
   625             LOG(ESOCKET,EInfo,"MHFRunL ENotifyNewRequestBodyPart");
   626             iStatus = CHttpTransactionClient::ERequestNextBodayData;
   626             iStatus = CHttpTransactionClient::ERequestNextBodayData;
   627             break;
   627             break;
   628         }
   628         }
   629         
   629 
   630         case THTTPEvent::EReceiveTimeOut:
   630         case THTTPEvent::EReceiveTimeOut:
   631         {
   631         {
   632         	  ELOG(ESOCKET,"MHFRunL EReceiveTimeOut");
   632             ELOG(ESOCKET,"MHFRunL EReceiveTimeOut");
   633         	  NotifyErrorL(KErrTimedOut);  // send timeout error to java
   633             NotifyErrorL(KErrTimedOut);  // send timeout error to java
   634         	  break;
   634             break;
   635         	
   635 
   636         }        
   636         }
   637         /*
   637         /*
   638         * -j2me expects the http stack to be able to post body data with no content type
   638         * -j2me expects the http stack to be able to post body data with no content type
   639         *   the native stack default validation filter does not allow this.
   639         *   the native stack default validation filter does not allow this.
   640         * -j2me expects the http stack to allow post requests to have body data
   640         * -j2me expects the http stack to allow post requests to have body data
   641         *   the native stack default validation filter does not allow this. */
   641         *   the native stack default validation filter does not allow this. */