mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
http1 tests: fix leaking sockets
This commit is contained in:
parent
618044c637
commit
c9529ffe45
@ -65,6 +65,7 @@ class TestExpectHeader(tservers.HTTPProxyTest):
|
||||
assert resp.status_code == 200
|
||||
|
||||
client.finish()
|
||||
client.close()
|
||||
|
||||
|
||||
class TestHeadContentLength(tservers.HTTPProxyTest):
|
||||
|
Loading…
Reference in New Issue
Block a user