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

http: chunked decoding support

This commit is contained in:
Delyan Angelov
2019-08-07 04:57:47 +03:00
committed by Alexander Medvednikov
parent 6bde860043
commit 7607b00952
3 changed files with 71 additions and 1 deletions

View File

@ -19,6 +19,9 @@ fn init_module() {
$if mac {
C.SSL_library_init()
}
$if linux {
C.SSL_library_init()
}
//C.SSL_load_error_strings()
//C.OPENSSL_config(0)
}