mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 02:47:07 +00:00
Bug 710396 - Call server_close() after shutdown() to force unbinding, a=test-only, DONTBUILD
This commit is contained in:
parent
c6a4e51c62
commit
577f3f73bb
@ -132,6 +132,7 @@ class MozHttpd(object):
|
||||
def stop(self):
|
||||
if self.httpd:
|
||||
self.httpd.shutdown()
|
||||
self.httpd.server_close()
|
||||
|
||||
__del__ = stop
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user