[Pkg-anonymity-tools] [onionshare] 121/140: launch Flash in threaded mode, to support multiple concurrent connections (#117)

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Sep 29 20:33:54 UTC 2014


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository onionshare.

commit 8892126155168b54cc1bebeb9f98491034c941bd
Author: Micah Lee <micah at micahflee.com>
Date:   Mon Sep 22 19:30:10 2014 +0000

    launch Flash in threaded mode, to support multiple concurrent connections (#117)
---
 onionshare/web.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/onionshare/web.py b/onionshare/web.py
index f941075..3167626 100644
--- a/onionshare/web.py
+++ b/onionshare/web.py
@@ -193,7 +193,7 @@ def shutdown(shutdown_slug_candidate):
 
 def start(port, stay_open=False):
     set_stay_open(stay_open)
-    app.run(port=port)
+    app.run(port=port, threaded=True)
 
 def stop(port):
     # to stop flask, load http://127.0.0.1:<port>/<shutdown_slug>/shutdown

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/onionshare.git



More information about the Pkg-anonymity-tools mailing list