mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +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
|
import socketserver
|
||||||
|
|
||||||
|
|
||||||
class Proxy(socketserver.TCPServer):
|
class Proxy(socketserver.ThreadingTCPServer):
|
||||||
allow_reuse_address = True
|
allow_reuse_address = True
|
||||||
|
|
||||||
def __init__(self, proxy_host, proxy_port, real_host, real_port, use_ssl):
|
def __init__(self, proxy_host, proxy_port, real_host, real_port, use_ssl):
|
||||||
|
|||||||
Reference in New Issue
Block a user