bachp/git-mirror

Move to async hyper 0.12 or reqwest

Closed this issue · 1 comments

bachp commented

Currently hyper 0.11 is used to make HTTP requests. It is the last version not based on tokio.

In order to update to newer versions some refactoring is needed.

One option might be to use https://github.com/seanmonstar/reqwest. One caveat is that it currently does not work with rustls.

bachp commented

Fixed on master