networksecurity/tls/protocol/recordprotocolevents.cpp
branchRCL_3
changeset 67 bb2423252ea3
parent 0 af10295192d8
child 75 c1029e558ef5
equal deleted inserted replaced
63:425d8f4f7fa5 67:bb2423252ea3
   232 	iTlsProvider->CancelRequest();
   232 	iTlsProvider->CancelRequest();
   233 	if ( iActiveTlsSession )
   233 	if ( iActiveTlsSession )
   234 	    {
   234 	    {
   235 		iActiveTlsSession->CancelRequest();
   235 		iActiveTlsSession->CancelRequest();
   236 		}
   236 		}
   237 	ReConstructL();
   237 
       
   238     TRAPD(ret, ReConstructL());
       
   239     if ( ret != KErrNone )
       
   240         {
       
   241         LOG(Log::Printf(_L("ReConstructL() returned the error %d"), ret);)
       
   242         }
   238 }
   243 }
   239 
   244 
   240 void CRecordParser::DispatchData()
   245 void CRecordParser::DispatchData()
   241 {
   246 {
   242 	TInt nUserFree = iUserData ? iUserMaxLength - iUserData->Length() : 0; 
   247 	TInt nUserFree = iUserData ? iUserMaxLength - iUserData->Length() : 0;