diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-01 12:45:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 12:45:00 -0500 |
commit | 16ec8c3272ba014620c95285cc7c6539ee4e9ed2 (patch) | |
tree | bc715e28b764c8975eb3b0db9ffb3e43c7e60b93 /changelog.d | |
parent | Use the proper Request in type hints. (#9515) (diff) | |
download | synapse-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.bugfix | 1 |
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. |