summaryrefslogtreecommitdiff
path: root/Utility/Url.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Url.hs')
-rw-r--r--Utility/Url.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utility/Url.hs b/Utility/Url.hs
index c8020c814..508b9eeb4 100644
--- a/Utility/Url.hs
+++ b/Utility/Url.hs
@@ -130,6 +130,9 @@ download' quiet url headers options file =
-
- This does its own redirect following because Browser's is buggy for HEAD
- requests.
+ -
+ - Unfortunately, does not handle https, so should only be used
+ - when curl is not available.
-}
request :: URI -> Headers -> RequestMethod -> IO (Response String)
request url headers requesttype = go 5 url