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 | |
parent | Fixup changelog (diff) | |
download | synapse-37bb93d1818eeda0d64c02cb772c8dee5596194f.tar.xz |
Fix exception responding to request that has been closed (#10932)
Introduced in #10905
-rw-r--r-- | changelog.d/10932.feature | 1 | ||||
-rw-r--r-- | synapse/http/server.py | 14 |
2 files changed, 12 insertions, 3 deletions
diff --git a/changelog.d/10932.feature b/changelog.d/10932.feature new file mode 100644 |