zhaojh329 / libuwsc

A Lightweight and fully asynchronous WebSocket client library based on libev
MIT License
289 stars 55 forks source link

ssl: Support TLS SNI extension #9

Closed zsichen closed 5 years ago

zsichen commented 5 years ago

Support SNI in TLS client can fix the problem which I have mentioned in the project Rttys #30
I have tested this change compatible with previous versions.

zhaojh329 commented 5 years ago

Thanks.