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.