addurl --fast: Use curl, rather than haskell HTTP library, to support https.

This commit is contained in:
Joey Hess 2013-01-27 09:30:53 +11:00
parent 9ba8abffc6
commit d3d791c7e7
7 changed files with 31 additions and 67 deletions

View file

@ -6,3 +6,6 @@ To give an example, here is a PDF file:
If you switch the https: to http: it redirects you back to https:.
As more sites provide https: for non-secret traffic, this becomes more of an issue.
> I've gotten rid of the use of the HTTP library, now it just uses curl.
> [[done]] --[[Joey]]