Skip to content

Commit

Permalink
Bug 710396 - Call server_close() after shutdown() to force unbinding,…
Browse files Browse the repository at this point in the history
… a=test-only, DONTBUILD
  • Loading branch information
Jonathan Griffin committed Dec 13, 2011
1 parent c6a4e51 commit 577f3f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/tps/tps/mozhttpd.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def testServer(self):
def stop(self):
if self.httpd:
self.httpd.shutdown()

self.httpd.server_close()

__del__ = stop

0 comments on commit 577f3f7

Please sign in to comment.