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>
This commit is contained in:
Sean Quah 2022-05-09 11:34:39 +01:00 committed by GitHub
parent fa0eab9c8e
commit 41a882e62d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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.

1
changelog.d/12663.misc Normal file
View file

@ -0,0 +1 @@
Log status code of cancelled requests as 499 and avoid logging stack traces for them.