mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-12 03:20:06 -04:00
Fix logcontext leak in media repo
Make FileResponder.write_to_consumer uphold the logcontext contract
This commit is contained in:
parent
a8d8bf92e0
commit
be31adb036
2 changed files with 4 additions and 1 deletions
|
@ -143,6 +143,7 @@ def respond_with_responder(request, responder, media_type, file_size, upload_nam
|
|||
respond_404(request)
|
||||
return
|
||||
|
||||
logger.debug("Responding to media request with responder %s")
|
||||
add_file_headers(request, media_type, file_size, upload_name)
|
||||
with responder:
|
||||
yield responder.write_to_consumer(request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue