summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-10-07 12:37:10 +0200
committerGitHub <noreply@github.com>2021-10-07 10:37:10 +0000
commit52aefd50860f9b44f48a9b465d42f26faa4eb84f (patch)
treeac479ca91358e4b0854af520aedcefa4530cbaa1 /changelog.d
parent`disallow-untyped-defs` for `synapse.state` (#11004) (diff)
downloadsynapse-52aefd50860f9b44f48a9b465d42f26faa4eb84f.tar.xz
Catch AttributeErrors when calling registerProducer (#10995)
Looks like the wrong exception type was caught in #10932.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10995.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10995.bugfix b/changelog.d/10995.bugfix
new file mode 100644
index 0000000000..3eef96f3db
--- /dev/null
+++ b/changelog.d/10995.bugfix
@@ -0,0 +1 @@
+Correct a bugfix introduced in Synapse v1.44.0 that wouldn't catch every error of the connection breaks before a response could be written to it.