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)

This commit is contained in:
Joey Hess 2013-03-09 14:57:48 -04:00
parent 0155f1effa
commit 3e32bb41f6
3 changed files with 12 additions and 1 deletions

View file

@ -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?