diff options
Diffstat (limited to 'Master/tlpkg/dev/TLDownload.pm')
-rw-r--r-- | Master/tlpkg/dev/TLDownload.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/dev/TLDownload.pm b/Master/tlpkg/dev/TLDownload.pm index 66966e58d1f..3bd5a24b61c 100644 --- a/Master/tlpkg/dev/TLDownload.pm +++ b/Master/tlpkg/dev/TLDownload.pm @@ -4,6 +4,16 @@ # # This file is licensed under the GNU General Public License version 2 # or any later version. +# +# TODO: +# - retry: currently we do not retry if one get did not succeed, but +# return immediately 0. TLUtils::download_file will then try wget mode. +# we should have retrials here, too +# - re-opening of a dropped connection, detection of dropped connection? +# - timeout for ftp: default is AFAIR 120sec, that is probably not enough +# for a normal user to select all options and go press/enter "i"nstall +# either extend timeout or care for reopening of closed connections + package TeXLive::TLDownload; |