summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-09-28 14:36:19 +0100
committerGitHub <noreply@github.com>2021-09-28 14:36:19 +0100
commit37bb93d1818eeda0d64c02cb772c8dee5596194f (patch)
treec4c390ba666bac1ff4a08c55ab93dcc77679809c /changelog.d
parentFixup changelog (diff)
downloadsynapse-37bb93d1818eeda0d64c02cb772c8dee5596194f.tar.xz
Fix exception responding to request that has been closed (#10932)
Introduced in #10905
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10932.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10932.feature b/changelog.d/10932.feature
new file mode 100644
index 0000000000..07e7b2c6a7
--- /dev/null
+++ b/changelog.d/10932.feature
@@ -0,0 +1 @@
+Speed up responding with large JSON objects to requests.