http1 tests: fix leaking sockets

This commit is contained in:
Thomas Kriechbaumer 2017-05-24 11:43:57 +02:00
parent 618044c637
commit c9529ffe45

View File

@ -65,6 +65,7 @@ class TestExpectHeader(tservers.HTTPProxyTest):
assert resp.status_code == 200
client.finish()
client.close()
class TestHeadContentLength(tservers.HTTPProxyTest):