summaryrefslogtreecommitdiff
path: root/doc/design/assistant/webapp.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-26 21:40:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-26 21:40:24 -0400
commit94526aef899fc312fd922341b50a46353764a3c2 (patch)
treef8ff483f592840ce6dc16e9e85f0573ecc70262a /doc/design/assistant/webapp.mdwn
parent02b1f9223a34b10a2f34bf885faef6b38d3a93a9 (diff)
todo
Diffstat (limited to 'doc/design/assistant/webapp.mdwn')
-rw-r--r--doc/design/assistant/webapp.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index 732d517cc..439e013c1 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -44,3 +44,6 @@ 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.)