summary refs log tree commit diff
path: root/changelog.d/12588.misc
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-05-10 14:06:08 +0100
committerGitHub <noreply@github.com>2022-05-10 14:06:08 +0100
commit5cfb0045955f8b5e9e8a1e0505fa2b5ed4f7bde2 (patch)
tree32d89a41bca41d3a1f689be4597440b01f42d53e /changelog.d/12588.misc
parentAdd `@cancellable` decorator, for use on request handlers (#12586) (diff)
downloadsynapse-5cfb0045955f8b5e9e8a1e0505fa2b5ed4f7bde2.tar.xz
Add ability to cancel disconnected requests to `SynapseRequest` (#12588)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d/12588.misc')
-rw-r--r--changelog.d/12588.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12588.misc b/changelog.d/12588.misc
new file mode 100644
index 0000000000..f62d5c8e21
--- /dev/null
+++ b/changelog.d/12588.misc
@@ -0,0 +1 @@
+Add ability to cancel disconnected requests to `SynapseRequest`.