Make CurlUnsafeDownloadStrategy a no-op

This commit is contained in:
Jack Nagel 2015-06-15 21:32:15 -04:00
parent 023bddbd04
commit 321476df08

View File

@ -403,11 +403,7 @@ class NoUnzipCurlDownloadStrategy < CurlDownloadStrategy
end
# @deprecated
class CurlUnsafeDownloadStrategy < CurlDownloadStrategy
def _fetch
curl @url, '--insecure', '-C', downloaded_size, '-o', temporary_path
end
end
CurlUnsafeDownloadStrategy = CurlDownloadStrategy
# This strategy extracts our binary packages.
class CurlBottleDownloadStrategy < CurlDownloadStrategy