From: Tom Christie Date: Wed, 24 Apr 2019 10:47:31 +0000 (+0100) Subject: Drop wait_closed X-Git-Tag: 0.2.1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed3a8a4035b419ddd05e41e3f854dcd69b14837;p=thirdparty%2Fhttpx.git Drop wait_closed --- diff --git a/httpcore/http11.py b/httpcore/http11.py index 7c38c603..23cc27ce 100644 --- a/httpcore/http11.py +++ b/httpcore/http11.py @@ -161,4 +161,3 @@ class HTTP11Connection(Client): if self._writer is not None: self._writer.close() - await self._writer.wait_closed()