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