Hello,
We are trying to use BOSH over TLS over HTTP Proxy using code below:
ConnectionBase *conntcpclient = new
ConnectionTCPClient(m_client->logInstance(), proxyhost, proxyport);
connproxy = new ConnectionHTTPProxy(m_client, conntcpclient,
m_client->logInstance(), BOSH_host, BOSH_port);
connBOSH = new ConnectionBOSH(m_client, new
ConnectionTLS((ConnectionHTTPProxy *)connproxy,
m_client->logInstance()), m_client->logInstance(), BOSH_host,
m_client->server());
Unfortunately, as a result we get 100% CPU usage and app hangs in the
attempt to connect (no timeout, no error).
Has anyone implemented something similar before?
--
Rustam Aliyev.
<http://www.linkedin.com/in/aliyev>