зеркало из https://github.com/mozilla/pjs.git
Bug 710396 - Call server_close() after shutdown() to force unbinding, a=test-only, DONTBUILD
This commit is contained in:
Родитель
21d8690229
Коммит
ebb131e7b1
|
@ -132,6 +132,7 @@ class MozHttpd(object):
|
|||
def stop(self):
|
||||
if self.httpd:
|
||||
self.httpd.shutdown()
|
||||
|
||||
self.httpd.server_close()
|
||||
|
||||
__del__ = stop
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче