fix: Disable HTTP keepalives

This commit is contained in:
Kroese 2024-11-13 02:44:42 +01:00 committed by GitHub
parent 06a7ea9090
commit 61bc884ff2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ downloadFile() {
/run/progress.sh "$dest" "0" "$msg ([P])..." & /run/progress.sh "$dest" "0" "$msg ([P])..." &
{ wget "$url" -O "$dest" -q --timeout=30 --show-progress "$progress"; rc=$?; } || : { wget "$url" -O "$dest" -q --timeout=30 --no-http-keep-alive --show-progress "$progress"; rc=$?; } || :
fKill "progress.sh" fKill "progress.sh"