summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorSean Quah <8349537+squahtx@users.noreply.github.com>2022-05-10 14:05:22 +0100
committerGitHub <noreply@github.com>2022-05-10 14:05:22 +0100
commit5c00151c28367cb091c408d02b275e7859bd4ace (patch)
tree973ec7a7fcdf7fd202c3ba1fde7b97ff14fe3d75 /changelog.d
parentMerge tag 'v1.59.0rc1' into develop (diff)
downloadsynapse-5c00151c28367cb091c408d02b275e7859bd4ace.tar.xz
Add `@cancellable` decorator, for use on request handlers (#12586)
Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12586.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12586.misc b/changelog.d/12586.misc
new file mode 100644
index 0000000000..d26e332305
--- /dev/null
+++ b/changelog.d/12586.misc
@@ -0,0 +1 @@
+Add `@cancellable` decorator, for use on endpoint methods that can be cancelled when clients disconnect.