summaryrefslogtreecommitdiff
path: root/debian
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 /debian
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 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3f2907af9..59208eb5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,10 @@ git-annex (4.20130228) UNRELEASED; urgency=low
* assistant: Sync with all git remotes on startup.
* Switch from using regex-compat to regex-tdfa, as the C regex library
is rather buggy.
+ * 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)
-- Joey Hess <joeyh@debian.org> Wed, 27 Feb 2013 23:20:40 -0400