Commit 4e126969 authored by Vincent Pelletier's avatar Vincent Pelletier

http: Fix startServerThread docstring.

Spawned thread is not returned.
parent f5472c40
......@@ -191,7 +191,7 @@ class CaucaseSSLWSGIRequestHandler(CaucaseWSGIRequestHandler):
def startServerThread(server):
"""
Create and start a "serve_forever" thread, and return it.
Create and start a "serve_forever" thread.
"""
server_thread = Thread(target=server.serve_forever)
server_thread.daemon = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment