mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-29 16:55:32 +00:00
Internal server: Shutdown server via socket
This commit is contained in:
parent
74b2f6148d
commit
40038d73c9
3 changed files with 23 additions and 6 deletions
|
@ -61,6 +61,7 @@ class ParallelHTTPServer(socketserver.ThreadingMixIn,
|
|||
|
||||
# We wait for child threads ourself
|
||||
block_on_close = False
|
||||
daemon_threads = True
|
||||
|
||||
def __init__(self, configuration, family, address, RequestHandlerClass):
|
||||
self.configuration = configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue