derniercri / snatch

A simple, fast and interruptable download accelerator, written in Rust
MIT License
676 stars 37 forks source link

hyper 0.11? #76

Open mssun opened 7 years ago

mssun commented 7 years ago

Compared to 0.9, I guess hyper dropped openssl dependency and made it a pure rust library.

I wonder when snatch will move on to hyper 0.11 and give an option to decide whether to use openssl. OpenSSL can potentially introduce security issue.

This will give users an option to use pure Rust binary.

k0pernicus commented 7 years ago

Hello @mssun, Actually, I think Snatch is no longer maintained. @Jean-Serge, can you confirm please?

Concerning your issue, I am agree with you. I forked Snatch as Zou (https://github.com/k0pernicus/zou) - maybe you can create an issue in the project if you want, and/or create a PR for this issue.

Thanks a lot for reporting issues!

mssun commented 7 years ago

Ok, really?

Actually, I am looking for a pure-rust wget/curl tool.

k0pernicus commented 7 years ago

Yep, that's the plan for zou - to be the next wget: most simple, most secure, most efficient.

mssun commented 7 years ago

@k0pernicus Issue copied to you fork. Thanks.

k0pernicus commented 7 years ago

@mssun Got it - I will work on that soon ;-)

mssun commented 7 years ago

Awesome. Thanks.