]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Drop wait_closed 17/head
authorTom Christie <tom@tomchristie.com>
Wed, 24 Apr 2019 10:47:31 +0000 (11:47 +0100)
committerTom Christie <tom@tomchristie.com>
Wed, 24 Apr 2019 10:47:31 +0000 (11:47 +0100)
httpcore/http11.py

index 7c38c6032f9e0f8f9b079089c26e77a524a9cc66..23cc27ceca14e3130148a8aa9fa6fd17b89101c2 100644 (file)
@@ -161,4 +161,3 @@ class HTTP11Connection(Client):
 
         if self._writer is not None:
             self._writer.close()
-            await self._writer.wait_closed()