summaryrefslogtreecommitdiff
path: root/doc/bugs/webapp_hang.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-09 14:57:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-09 14:57:48 -0400
commitc9f27fb9a94cdf526d823542ccb82be5217bee63 (patch)
treea064aa5c75dd86622e9930c94bfa71f2fd585279 /doc/bugs/webapp_hang.mdwn
parent07ca31c4725e1b62863ec93a6d03f2e13c41b3fa (diff)
webapp: Work around bug in Warp's slowloris attack prevention code, that caused regular browsers to stall when they reuse a connection after leaving it idle for 30 seconds. (See https://github.com/yesodweb/wai/issues/146)
Diffstat (limited to 'doc/bugs/webapp_hang.mdwn')
-rw-r--r--doc/bugs/webapp_hang.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/webapp_hang.mdwn b/doc/bugs/webapp_hang.mdwn
index 0f9af5b28..73fcbbe99 100644
--- a/doc/bugs/webapp_hang.mdwn
+++ b/doc/bugs/webapp_hang.mdwn
@@ -32,6 +32,8 @@ Hypotheses:
**Verified** Bug filed upstream: <https://github.com/yesodweb/wai/issues/146>
+ ** workaround in place **
+
* 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?