I am debugging the HTTPExample downloaded from here and add theafter iSession.OpenL().PHP Code:CHttpFilterProxyInterface::InstallFilterL(iSession);
That works very well except that when I delete the HttpClient KERN-EXEC 0 is thrown out.
The iSession.Close() in CClientEngine::~CClientEngine() thrown the panic.
If I remove the
the iSession.Close() has no problem.PHP Code:CHttpFilterProxyInterface::InstallFilterL(iSession);
Does anyone has the same problem? I searched the forum, it seems I am the only unlucky one?



