diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-05-10 14:06:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-10 14:06:08 +0100 |
commit | 5cfb0045955f8b5e9e8a1e0505fa2b5ed4f7bde2 (patch) | |
tree | 32d89a41bca41d3a1f689be4597440b01f42d53e /changelog.d/12588.misc | |
parent | Add `@cancellable` decorator, for use on request handlers (#12586) (diff) | |
download | synapse-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.misc | 1 |
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`. |