Cosmetic changes

This commit is contained in:
Unrud 2020-02-19 10:01:39 +01:00
parent d8f1565f5b
commit 941bb157cc

View File

@ -80,7 +80,7 @@ class TestBaseServerRequests(BaseTest):
DisabledRedirectHandler) DisabledRedirectHandler)
def teardown(self): def teardown(self):
self.shutdown_socket.sendall(b" ") self.shutdown_socket.close()
try: try:
self.thread.join() self.thread.join()
except RuntimeError: # Thread never started except RuntimeError: # Thread never started