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 /synapse/http/client.py | |
| 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 '')
| -rw-r--r-- | synapse/http/client.py | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py |
