summary refs log tree commit diff
path: root/changelog.d/6408.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-11-25 21:03:17 +0000
committerGitHub <noreply@github.com>2019-11-25 21:03:17 +0000
commitc01d5435843ad4af3d520851e86d9938b47b2d12 (patch)
tree52ab56d75cd81ed00c2cf03c50f285e830617635 /changelog.d/6408.bugfix
parentMerge tag 'v1.6.0rc2' into develop (diff)
downloadsynapse-c01d5435843ad4af3d520851e86d9938b47b2d12.tar.xz
Make sure that we close cursors before returning from a query (#6408)
There are lots of words in the comment as to why this is a good idea.

Fixes #6403.
Diffstat (limited to 'changelog.d/6408.bugfix')
-rw-r--r--changelog.d/6408.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6408.bugfix b/changelog.d/6408.bugfix
new file mode 100644
index 0000000000..c9babe599b
--- /dev/null
+++ b/changelog.d/6408.bugfix
@@ -0,0 +1 @@
+Fix an intermittent exception when handling read-receipts.