Drop wait_closed

This commit is contained in:
Tom Christie 2019-04-24 11:47:31 +01:00
parent 799df23dde
commit 4ed3a8a403

View File

@ -161,4 +161,3 @@ class HTTP11Connection(Client):
if self._writer is not None:
self._writer.close()
await self._writer.wait_closed()