aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'libmproxy/proxy.py')
-rw-r--r--libmproxy/proxy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmproxy/proxy.py b/libmproxy/proxy.py
index 63f4ceb4..eefa6905 100644
--- a/libmproxy/proxy.py
+++ b/libmproxy/proxy.py
@@ -468,6 +468,7 @@ class ProxyHandler(SocketServer.StreamRequestHandler):
ServerBase = SocketServer.ThreadingTCPServer
+ServerBase.daemon_threads = True # Terminate workers when main thread terminates
class ProxyServer(ServerBase):
request_queue_size = 20
allow_reuse_address = True