ASPLes / nopoll

OpenSource WebSocket toolkit
http://www.aspl.es/nopoll
GNU Lesser General Public License v2.1
124 stars 74 forks source link

Does nopoll have http_proxy support #58

Open ganeshprasads opened 5 years ago

ganeshprasads commented 5 years ago

I am getting below connection error when trying to connect behind a network proxy, nopoll_conn.c:1144 Failed to send websocket init message, error code was: 111 (2), closing session

Does nopoll support standard linux proxy settings through http_proxy/https_proxy?

Thanks Ganesh