From ad71bc39d6167b45b05557c6ff0c2f5d26d0304b Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 2 Aug 2022 13:48:15 -0500 Subject: End on exit is already the default expected behavior --- synapse/http/client.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/http/client.py') diff --git a/synapse/http/client.py b/synapse/http/client.py index 7e40c9f154..89bd403312 100644 --- a/synapse/http/client.py +++ b/synapse/http/client.py @@ -413,7 +413,6 @@ class SimpleHttpClient: SpanAttributes.HTTP_METHOD: method, SpanAttributes.HTTP_URL: uri, }, - end_on_exit=True, ): try: body_producer = None -- cgit 1.5.1