summary refs log tree commit diff
path: root/synapse/http/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/http/client.py')
-rw-r--r--synapse/http/client.py1
1 files changed, 0 insertions, 1 deletions
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