diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-01-15 11:00:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 11:00:13 -0500 |
commit | 74dd90604189a0310c7b2f7eed0e6b2ac26d04f1 (patch) | |
tree | e2e17534c1a80a23569391b968241f655a26fd56 /changelog.d | |
parent | Remote dependency on distutils (#9125) (diff) | |
download | synapse-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.bugfix | 1 |
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. |