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:

committed by
Alexander Medvednikov

parent
6bde860043
commit
7607b00952
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user