[Pkg-privacy-commits] [onionshare] 44/55: Prevent canceling download from being confused with rate limit attacker
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Sep 8 10:27:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch debian
in repository onionshare.
commit 7ab936cec20322c6c530e1b62c18e1a07497b86e
Author: Micah Lee <micah at micahflee.com>
Date: Tue Sep 6 10:18:50 2016 -0700
Prevent canceling download from being confused with rate limit attacker
---
onionshare/web.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onionshare/web.py b/onionshare/web.py
index 958e8c3..f0cb830 100644
--- a/onionshare/web.py
+++ b/onionshare/web.py
@@ -73,7 +73,7 @@ REQUEST_DOWNLOAD = 1
REQUEST_PROGRESS = 2
REQUEST_OTHER = 3
REQUEST_CANCELED = 4
-REQUEST_RATE_LIMIT = 4
+REQUEST_RATE_LIMIT = 5
q = queue.Queue()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list