summary refs log tree commit diff
path: root/changelog.d/11784.bugfix
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-01-24 09:38:37 -0500
committerGitHub <noreply@github.com>2022-01-24 14:38:37 +0000
commit02d99f044efbed3c347c19a430d56cfbb41c87a7 (patch)
tree4c089dab1b658194956f7008257f2427678402b9 /changelog.d/11784.bugfix
parentMerge branch 'master' into develop (diff)
downloadsynapse-02d99f044efbed3c347c19a430d56cfbb41c87a7.tar.xz
Apply a timeout to reading the body when fetching a file. (#11784)
This prevents the URL preview code from reading
a stream forever.
Diffstat (limited to 'changelog.d/11784.bugfix')
-rw-r--r--changelog.d/11784.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11784.bugfix b/changelog.d/11784.bugfix
new file mode 100644
index 0000000000..6569a8c299
--- /dev/null
+++ b/changelog.d/11784.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug that media streams could cause long-lived connections when generating URL previews.