Unverified Commit b3a0a70c authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Disable HTTP keepalives (#619)

parent 49b5ccc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ downloadFile() {

  /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"