]> sjero.net Git - wget/commitdiff
[svn] TODO: Add a "rollback" option to have --continue throw away a configurable
authordan <devnull@localhost>
Wed, 10 Jan 2001 05:37:59 +0000 (21:37 -0800)
committerdan <devnull@localhost>
Wed, 10 Jan 2001 05:37:59 +0000 (21:37 -0800)
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
TODO

index 3f2de993fdb89ae8527d1f4a3208a4c860f47c5b..9da848208c5e6c06c44b3661801246509731d36d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
 2001-01-09  Dan Harkless  <wget@harkless.org>
 
        * 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  <wget@harkless.org>
 
diff --git a/TODO b/TODO
index d43301697754002d5e28183949259fec0214beed..c840bb3d2731ac0418c2757a3bb1c4019274be3a 100644 (file)
--- 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.