mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
net.http: fix post error with https on windows (#19334)
This commit is contained in:
parent
e8d133d548
commit
a0490f2b67
4 changed files with 9 additions and 11 deletions
|
@ -370,7 +370,7 @@ fn C.closesocket(int) int
|
|||
|
||||
fn C.vschannel_init(&C.TlsContext)
|
||||
|
||||
fn C.request(&C.TlsContext, int, &u16, &u8, &&u8) int
|
||||
fn C.request(&C.TlsContext, int, &u16, &u8, u32, &&u8) int
|
||||
|
||||
fn C.vschannel_cleanup(&C.TlsContext)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue