projects
/
tools
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7196b65
)
download: enable proxy support for HTTPS.
54/298954/1
author
biao716.wang
<biao716.wang@samsung.com>
Fri, 15 Sep 2023 11:37:09 +0000
(20:37 +0900)
committer
biao716.wang
<biao716.wang@samsung.com>
Fri, 15 Sep 2023 11:37:09 +0000
(20:37 +0900)
Change-Id: I448b1cc2f51b9b038130b6a4d1a56fe47880099b
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
download
patch
|
blob
|
history
diff --git
a/download
b/download
index 6b374d32405e31ec984e8cd18af7f27aea1fff6e..5442727f2ac85ebb25916cf32687d80117eebd48 100755
(executable)
--- a/
download
+++ b/
download
@@
-88,7
+88,7
@@
for my $url (@ARGV) {
$url = URI->new($url);
}
}
- $ua->env_proxy
if $url->scheme ne 'https'
;
+ $ua->env_proxy;
my $dest = "$dir/".basename($url->path).".tmp";
unlink($dest); # just in case
my $retry = 3;