aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/tor.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-12-07 15:36:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-12-07 15:36:39 -0400
commit5c8851678fef29be0b3dcf0451107b589b188264 (patch)
tree1e3046ddb61246232a278b6a8653fb8c33b93212 /doc/todo/tor.mdwn
parentd467f482d43ed0e9a8068e6df3bff1acaffb087f (diff)
fix math error that caused resumes to always fail
Diffstat (limited to 'doc/todo/tor.mdwn')
-rw-r--r--doc/todo/tor.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/tor.mdwn b/doc/todo/tor.mdwn
index af4fa1993..fece15beb 100644
--- a/doc/todo/tor.mdwn
+++ b/doc/todo/tor.mdwn
@@ -6,8 +6,9 @@ Current todo list:
* copy --to peer seems to make the remotedaemon buffer the content in
memory, more than I'd expect.
+* There are no error messages when things fail. Need to convert P2P runner
+ from Maybe to Either String.
* update progress logs in remotedaemon send/receive
-* Resuming an interrupted download fails at the end.
* Think about locking some more. What happens if the connection to the peer
is dropped while we think we're locking content there from being dropped?
* merge to master