summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-01 12:45:00 -0500
committerGitHub <noreply@github.com>2021-03-01 12:45:00 -0500
commit16ec8c3272ba014620c95285cc7c6539ee4e9ed2 (patch)
treebc715e28b764c8975eb3b0db9ffb3e43c7e60b93 /changelog.d
parentUse the proper Request in type hints. (#9515) (diff)
downloadsynapse-16ec8c3272ba014620c95285cc7c6539ee4e9ed2.tar.xz
(Hopefully) stop leaking file descriptors in media repo. (#9497)
By consuming the response if the headers imply that the
content is too large.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9497.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9497.bugfix b/changelog.d/9497.bugfix
new file mode 100644
index 0000000000..598bcaab67
--- /dev/null
+++ b/changelog.d/9497.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug where the media repository could leak file descriptors while previewing media.