summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-27 00:23:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-27 00:23:17 -0400
commit5db2605f3e54e90b745eb1215bb139672805272b (patch)
tree9f1c10b5661dfd7ba4ab76b19fd42700c4bfe440 /doc
parent6d4d68b7b48f5a5469d08bd65c208a446583c667 (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/webapp.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index e999e009b..018d70886 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -39,6 +39,3 @@ The webapp is a web server that displays a shiny interface.
and use a client-side session. It could be encrypted using the token
as the `encryptKey`. Note: Would need to set the session duration
to infinite (how?)
-* When long polling fails, retry a time or two, and then give up, and
- either display an error message, or, possibly, close the browser window.
- (Currently the display just stops updating.)