Make CurlUnsafeDownloadStrategy a no-op
This commit is contained in:
parent
023bddbd04
commit
321476df08
@ -403,11 +403,7 @@ class NoUnzipCurlDownloadStrategy < CurlDownloadStrategy
|
|||||||
end
|
end
|
||||||
|
|
||||||
# @deprecated
|
# @deprecated
|
||||||
class CurlUnsafeDownloadStrategy < CurlDownloadStrategy
|
CurlUnsafeDownloadStrategy = CurlDownloadStrategy
|
||||||
def _fetch
|
|
||||||
curl @url, '--insecure', '-C', downloaded_size, '-o', temporary_path
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
# This strategy extracts our binary packages.
|
# This strategy extracts our binary packages.
|
||||||
class CurlBottleDownloadStrategy < CurlDownloadStrategy
|
class CurlBottleDownloadStrategy < CurlDownloadStrategy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user