Open
Description
Hi! I am writing a peer-2-peer application, that uses WebSockets and has to connect through various types of proxy servers. Most of them are HTTP CONNECT and SOCKS (4 and 5). I see, that you have support for HTTP CONNECT (even with auth), but not SOCKS.
Is there any chance to make connection through SOCKS possible?