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/matrixfederationclient.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/http/matrixfederationclient.py') diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index 5764a4e12c..00704a6a7c 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -528,7 +528,6 @@ class MatrixFederationHttpClient: SpanAttributes.HTTP_METHOD: request.method, SpanAttributes.HTTP_URL: request.path, }, - end_on_exit=True, ) # Inject the span into the headers -- cgit 1.5.1