From 552ba9c965e683fbbbe00226ee4b45af5a03b7c9 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 9 Jan 2001 21:37:59 -0800 Subject: [PATCH] [svn] TODO: Add a "rollback" option to have --continue throw away a configurable number of bytes at the end of a file before resuming download. Apparently, some stupid proxies insert a "transfer interrupted" string we need to get rid of. --- ChangeLog | 10 +++++++--- TODO | 4 ++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3f2de993..9da84820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,13 @@ 2001-01-09 Dan Harkless * TODO: If -c is on, don't re-download a 100%-downloaded file. - Also, the bug where you couldn't recurse into ftp directories if - logging in put you somewhere else besides the server's "/" - directory got fixed without the TODO entry for it being removed. + + * TODO: The bug where you couldn't recurse into ftp directories if + logging in put you somewhere else besides the server's "/" + directory got fixed without the TODO entry for it being removed. + + * TODO: Add a "rollback" option to have --continue throw away X + corrupted (e.g. by proxy) bytes from end of file before resuming. 2001-01-06 Dan Harkless diff --git a/TODO b/TODO index d4330169..c840bb3d 100644 --- a/TODO +++ b/TODO @@ -116,3 +116,7 @@ changes. * Implement HTTP cookies. * Implement more HTTP/1.1 bells and whistles (ETag, Content-MD5 etc.) + +* Add a "rollback" option to have --continue throw away a configurable number of + bytes at the end of a file before resuming download. Apparently, some stupid + proxies insert a "transfer interrupted" string we need to get rid of.