mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 23:46:31 +03:00
Update proxy.py
This commit is contained in:
committed by
holger krekel
parent
490c8e055b
commit
531928bf0b
@@ -17,7 +17,7 @@ import socket
|
||||
import socketserver
|
||||
|
||||
|
||||
class Proxy(socketserver.TCPServer):
|
||||
class Proxy(socketserver.ThreadingTCPServer):
|
||||
allow_reuse_address = True
|
||||
|
||||
def __init__(self, proxy_host, proxy_port, real_host, real_port, use_ssl):
|
||||
|
||||
Reference in New Issue
Block a user