livemedia-creator: close the socket when done
In some cases the socket may not be closed, so make sure it is to prevent hangs when shutting down the virt.
This commit is contained in:
parent
668fe3aa4b
commit
c875a72020
@ -128,6 +128,7 @@ class LogRequestHandler(SocketServer.BaseRequestHandler):
|
|||||||
break
|
break
|
||||||
|
|
||||||
def finish(self):
|
def finish(self):
|
||||||
|
self.request.close()
|
||||||
self.fp.close()
|
self.fp.close()
|
||||||
|
|
||||||
def iserror(self, line):
|
def iserror(self, line):
|
||||||
|
Loading…
Reference in New Issue
Block a user