use hyper/tokio-openssl instead of hyper/tokio-tls
This exposes the complete SSL setup. And download is much faster now (600MB/s instead of 130MB/s)!
This commit is contained in:
@ -22,13 +22,13 @@ bytes = "0.4"
|
||||
tokio-threadpool = "0.1"
|
||||
tokio = "0.1"
|
||||
tokio-fs = "0.1"
|
||||
tokio-tls = "0.2"
|
||||
tokio-openssl = "0.3"
|
||||
tokio-signal = "0.2"
|
||||
native-tls = "0.2"
|
||||
http = "0.1"
|
||||
h2 = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper-tls = "0.3"
|
||||
hyper-openssl = "0.7"
|
||||
lazy_static = "1.1"
|
||||
regex = "1.0"
|
||||
libc = "0.2"
|
||||
|
Reference in New Issue
Block a user