Skip to content
Snippets Groups Projects
Commit 56e98084 authored by Brendan Cully's avatar Brendan Cully
Browse files

Make hgweb threads into daemon threads.

This fixes the problem that an interrupted hg serve will not terminate
until the next request has been received.
parent 3b53fa20
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,7 @@
self.webdirmaker = hgwebdir
self.repoviewmaker = hgweb
self.reqmaker = wsgiapplication(self.make_handler)
self.daemon_threads = True
def make_handler(self):
if self.webdir_conf:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment