From 41a882e62d6d17f7296e4c77f5bde9692aa8aa8b Mon Sep 17 00:00:00 2001 From: Sean Quah <8349537+squahtx@users.noreply.github.com> Date: Mon, 9 May 2022 11:34:39 +0100 Subject: [PATCH] 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 --- changelog.d/12587.misc | 2 +- changelog.d/12663.misc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/12663.misc diff --git a/changelog.d/12587.misc b/changelog.d/12587.misc index d26e33230..3b466f1dd 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 000000000..3b466f1dd --- /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.