diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2022-05-09 11:34:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 11:34:39 +0100 |
commit | 41a882e62d6d17f7296e4c77f5bde9692aa8aa8b (patch) | |
tree | cfed2ed970bf8f85bfef792def806144263d1288 /changelog.d | |
parent | Use `ParamSpec` in a few places (#12667) (diff) | |
download | synapse-41a882e62d6d17f7296e4c77f5bde9692aa8aa8b.tar.xz |
Update changelog for #12587 to be more accurate (#12663)
#12587 has fallen on the wrong side of the release cutoff to the rest of the related PRs. Signed-off-by: Sean Quah <seanq@element.io>
Diffstat (limited to '')
-rw-r--r-- | changelog.d/12587.misc | 2 | ||||
-rw-r--r-- | changelog.d/12663.misc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12587.misc b/changelog.d/12587.misc index d26e332305..3b466f1ddf 100644 --- a/changelog.d/12587.misc +++ b/changelog.d/12587.misc @@ -1 +1 @@ -Add `@cancellable` decorator, for use on endpoint methods that can be cancelled when clients disconnect. +Log status code of cancelled requests as 499 and avoid logging stack traces for them. diff --git a/changelog.d/12663.misc b/changelog.d/12663.misc new file mode 100644 index 0000000000..3b466f1ddf --- /dev/null +++ b/changelog.d/12663.misc @@ -0,0 +1 @@ +Log status code of cancelled requests as 499 and avoid logging stack traces for them. |