From 4ed3a8a4035b419ddd05e41e3f854dcd69b14837 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 24 Apr 2019 11:47:31 +0100 Subject: [PATCH] Drop wait_closed --- httpcore/http11.py | 1 - 1 file changed, 1 deletion(-) 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() -- 2.47.3