javacommons/gcfprotocols/http/src.s60/chttptransactionclient.cpp
changeset 48 e0d6e9bd3ca7
parent 35 85266cc22c7f
child 80 d6dafc5d983f
equal deleted inserted replaced
47:f40128debb5d 48:e0d6e9bd3ca7
   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. */