From 460181586856b427aae29d2c49f5ba62b524b88e Mon Sep 17 00:00:00 2001 From: Sean Quah Date: Fri, 6 May 2022 22:02:04 +0100 Subject: [PATCH] Update changelog for #12587 to be more accurate #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 d26e332305ce..3b466f1ddf16 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 000000000000..3b466f1ddf16 --- /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.