On 12/28/2011 11:51, Piotr Kuśka wrote:
Is there any other way to establish a (secure) tcp connection over http proxy?
No... there is no good way to do that right now. What you can do is to just use nsISocketTransport to create a connection to the proxy (if necessary with the "ssl" socket type for a secure connection) and manually send the CONNECT request.
hope this helps, -christian _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
