summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-15 11:00:13 -0500
committerGitHub <noreply@github.com>2021-01-15 11:00:13 -0500
commit74dd90604189a0310c7b2f7eed0e6b2ac26d04f1 (patch)
treee2e17534c1a80a23569391b968241f655a26fd56 /changelog.d
parentRemote dependency on distutils (#9125) (diff)
downloadsynapse-74dd90604189a0310c7b2f7eed0e6b2ac26d04f1.tar.xz
Avoid raising the body exceeded error multiple times. (#9108)
Previously this code generated unreferenced `Deferred` instances
which caused "Unhandled Deferreds" errors to appear in error
situations.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9108.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9108.bugfix b/changelog.d/9108.bugfix
new file mode 100644
index 0000000000..465ef63508
--- /dev/null
+++ b/changelog.d/9108.bugfix
@@ -0,0 +1 @@
+Fix "Unhandled error in Deferred: BodyExceededMaxSize" errors when .well-known files that are too large.