aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/design/assistant/syncing.mdwn5
-rw-r--r--doc/design/assistant/webapp.mdwn6
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/design/assistant/syncing.mdwn b/doc/design/assistant/syncing.mdwn
index bc8b5da26..8677fdb84 100644
--- a/doc/design/assistant/syncing.mdwn
+++ b/doc/design/assistant/syncing.mdwn
@@ -4,9 +4,10 @@ all the other git clones, at both the git level and the key/value level.
## immediate action items
* pause, resume, and pause of a transfer fails... The first pause is ok,
- and the first remote. The second pause seems to block forever when
+ and the first resume. The second pause seems to block forever when
it signals the transfer thread. I've checked: ThreadID is correct. Thread
- is still running. No exception is thrown. WTF?
+ is still running. No exception is thrown. WTF? (One or twice, it worked,
+ but then blocked next time paused.)
## longer-term TODO
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index da7c4f6e1..ef8c484d1 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -1,5 +1,11 @@
The webapp is a web server that displays a shiny interface.
+## bugs
+
+* At least in chromium, clicking on the transfer pause or cancel button
+ sometimes fails. Seen in javascript console:
+ 500 error code from web server.
+
## interface
* list of files uploading and downloading **done**