aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-29 17:48:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-29 17:48:36 -0400
commit067e7f82c7b1ad8e53251000c2eb0514f9b45aa2 (patch)
treecdbb202057de3e3141fd18b087c866e2db14c464
parentdf2473a476d358c0ab80c84a15586b8f544c1b4d (diff)
update
-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**