Hi All,
I am using HTTP transaction for sending data to server. But here my code failed to connecto to sever. Every time Transaction getting failed. Here is my sequence of functions called when i did HTTP post.
CMSSSAppUi::OverallDataSize() Entered
CMSSSAppUi::OverallDataSize() Entered
CMSSSAppUi::OverallDataSize() Entered
CMSSSAppUi::OverallDataSize() Entered
CMSSSAppUi::GetNextDataPart() Entered
CMSSSAppUi::GetNextDataPart() Exited
CMSSSAppUi::ReleaseData() Entered
CMSSSAppUi::OverallDataSize() Entered
CMyHttpCallback::MHFRunL() Entered
CMyHttpCallback::MHFRunL() - Default case called in switch
CMyHttpCallback::MHFRunL() Exited
CMSSSAppUi::ReleaseData() Exited
CMSSSAppUi::OverallDataSize() Entered
CMSSSAppUi::OverallDataSize() Entered
CMyHttpCallback::MHFRunL() Entered
Transaction failed
CMyHttpCallback::MHFRunL() Exited
This is looks like undefined behavior because OveralldataSize calling undefinetely.
Pls give me your suggestion to overcome this problem.



