File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ getESD() {
457
457
local eFile=" esd_edition.xml"
458
458
local fFile=" products_filter.xml"
459
459
460
- { wget " $winCatalog " -O " $dir /$wFile " -q --timeout=30; rc=$? ; } || :
460
+ { wget " $winCatalog " -O " $dir /$wFile " -q --timeout=30 --no-http-keep-alive ; rc=$? ; } || :
461
461
462
462
msg=" Failed to download $winCatalog "
463
463
(( rc == 3 )) && error " $msg , cannot write file (disk full?)" && return 1
@@ -583,7 +583,7 @@ downloadFile() {
583
583
info " $msg ..."
584
584
/run/progress.sh " $iso " " $size " " $msg ([P])..." &
585
585
586
- { wget " $url " -O " $iso " -q --timeout=30 --show-progress " $progress " ; rc=$? ; } || :
586
+ { wget " $url " -O " $iso " -q --timeout=30 --no-http-keep-alive -- show-progress " $progress " ; rc=$? ; } || :
587
587
588
588
fKill " progress.sh"
589
589
You can’t perform that action at this time.
0 commit comments