diff --git a/lib/core/option.py b/lib/core/option.py index 9afeed26f..b4e374acb 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1050,7 +1050,6 @@ def _setSocketPreConnect(): socket.socket.connect = connect thread = threading.Thread(target=_) - thread.daemon = True thread.start() def _setHTTPHandlers():