mirror of
https://github.com/logos-storage/nim-websock.git
synced 2026-02-09 16:23:12 +00:00
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.