summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-12-10 05:28:30 +0000
committerNorbert Preining <preining@logic.at>2009-12-10 05:28:30 +0000
commit8265917d7242b5ae229884d755579a3f6c216cea (patch)
treec322c52b602d68e3cd8ffe18481b437f5fb5c962 /Master/tlpkg
parentab908ce0b6c463d1278d0936d2343d74293e4aa5 (diff)
add some todos
git-svn-id: svn://tug.org/texlive/trunk@16342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/dev/TLDownload.pm10
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;