diff options
author | Erik Johnston <erik@matrix.org> | 2021-09-28 14:36:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 14:36:19 +0100 |
commit | 37bb93d1818eeda0d64c02cb772c8dee5596194f (patch) | |
tree | c4c390ba666bac1ff4a08c55ab93dcc77679809c /changelog.d/10932.feature | |
parent | Fixup changelog (diff) | |
download | synapse-37bb93d1818eeda0d64c02cb772c8dee5596194f.tar.xz |
Fix exception responding to request that has been closed (#10932)
Introduced in #10905
Diffstat (limited to 'changelog.d/10932.feature')
-rw-r--r-- | changelog.d/10932.feature | 1 |
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. |