summary refs log tree commit diff
path: root/synapse/http/client.py
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-02 13:48:15 -0500
committerEric Eastwood <erice@element.io>2022-08-02 13:48:15 -0500
commitad71bc39d6167b45b05557c6ff0c2f5d26d0304b (patch)
tree3125bfafbaca703a177e79e306dc7b23fb4ed5d0 /synapse/http/client.py
parentAdd test for what happens when side by side spans in with statement (diff)
downloadsynapse-ad71bc39d6167b45b05557c6ff0c2f5d26d0304b.tar.xz
End on exit is already the default expected behavior
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