Calder White
Calder White
I also have this issue!
Hey, I'm currently working on this. The only thing blocking me is going from having a `use mio::net::TcpStream` and `rustls::ClientConnection` to creating an `HttpsConnector`.
For anyone who is interested, I think using [tokio-rustls](https://github.com/tokio-rs/tls/tree/master/tokio-rustls) in conjunction with hyper is the way to go. Here's a quick program to get you started: ```rust use std::{ net::{Ipv4Addr,...
I didn't actually integrate it with the Https resolver. This thread just comes up on google when you look for ways to use rustls without performing resolutions, so I provided...
Hey @youknowone! Happy to help here if needed (I'm a newbie). When I go to #4881 it looks there is just a bunch of python code added. Would we just...
Tagging @Nevon to TAL :)
I'll also mention that I tried TCP but it would throw a proto error "busy" after a few requests and I'm not sure how I should handle this.
Thanks for the quick response! 1. I will see if there is mention of this before. 2. I'm not entirely sure what is causing the massive memory usage. The only...
@antsanchez sorry, that was just for personal use while I was waiting on a response. I can remove that if you are interested in merging in the changes!
I think there also might be an issue where it never closes all the channels because I often have to ctrl+c when I am done downloading. Haven't gotten around to...