ASPLes / nopoll

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

API to open websocket with existing socket #11

Closed jcelaya closed 7 years ago

jcelaya commented 7 years ago

Add two functions, nopoll_conn_new_with_socket and nopoll_conn_tls_new_with_socket, to open a websocket connection over an already existing socket.

francisbrosnan commented 7 years ago

Hello Javier, Sergio,

Looks good. Let me do some checks and I'll let you know,

Best Regards,

francisbrosnan commented 7 years ago

Patch looks good in all distributions/os tested (lenny, jessie, freebsd..). Merging.. Thanks for reporting and providing the patch, Best Regards,

jcelaya commented 7 years ago

Thanks! I will be sending you some more PRs on the following days