Hi all,
I am trying RHTTPSession to connect a http server.
But it shows up error code: -7361 in MHFRunL function.
What's the definition of the error code?
I have checked thttpevent.h, but only find definitions such as EFailed, ESucceeded.
Could any one kindly tell me which header file define this?
Thanks a lot!!!
The following is my code snippet...
Code:void CHttpEngine::MHFRunL(RHTTPTransaction aTransaction, const THTTPEvent& aEvent) { iac->trace( 2, "[MHFRunL] Status: ", aEvent.iStatus ); ... ... }





