[Pkg-privacy-commits] [obfsproxy] 53/353: Yield to pump

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 13:01:38 UTC 2015


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

infinity0 pushed a commit to branch master
in repository obfsproxy.

commit f09b61d4024b2cf07e8e8cbe5ae35dced00bd6d5
Author: Brandon Wiley <brandon at blanu.net>
Date:   Fri Sep 7 13:20:00 2012 -0500

    Yield to pump
---
 src/obfsproxy/framework/socks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/obfsproxy/framework/socks.py b/src/obfsproxy/framework/socks.py
index ed8404b..8950f5e 100644
--- a/src/obfsproxy/framework/socks.py
+++ b/src/obfsproxy/framework/socks.py
@@ -107,6 +107,6 @@ class SocksHandler:
         logging.info('connected %s:%d' % (addr, port))
 
         self.pump = Pump(conn, client, self.transport)
-        self.pump.run()
+        yield self.pump.run()
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfsproxy.git



More information about the Pkg-privacy-commits mailing list