1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

x.websocket: Fixes wss connection failures to certain addresses (#7247)

This commit is contained in:
Tomas Hellström
2020-12-11 01:04:12 +01:00
committed by GitHub
parent 255f27b4d8
commit 3eb1550b43
3 changed files with 34 additions and 9 deletions

View File

@ -91,6 +91,8 @@ fn C.SSL_library_init()
fn C.SSLv23_client_method() &C.SSL_METHOD
fn C.TLS_method() voidptr
fn C.TLSv1_2_method() voidptr
fn init() {