From e7a4d325d5bb4be30e7e8770c501629fc4107b52 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 9 Mar 2013 01:58:07 -0400 Subject: verified that warp hang is due to faulty slowloris prevention timeout --- doc/bugs/webapp_hang.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/bugs/webapp_hang.mdwn b/doc/bugs/webapp_hang.mdwn index dde19c3e3..0f9af5b28 100644 --- a/doc/bugs/webapp_hang.mdwn +++ b/doc/bugs/webapp_hang.mdwn @@ -28,7 +28,10 @@ Hypotheses: repeated hits to update the alerts? I added a settingsOnException handler that logs all exceptions, and ThreadKilled is happening several times. The only place in Warp that kills threads is due to a timeout installed - for that. + for that. + + **Verified** Bug filed upstream: + * Something deep in git-annex, such as the inotidy code, could be preventing a web server thread from running. But then why do other tabs and other web browsers work while it's stuck? -- cgit v1.2.3