mirror of
https://github.com/status-im/nim-websock.git
synced 2025-02-13 01:46:49 +00:00
2424f2b215
When connecting to WebSocket via TLS, certain servers require hostname to be sent as part of SNI extension. This was done when using `news` backend, but not when using `nim-websock` backend. Aligned both impls.