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/12662.misc b/changelog.d/12662.misc new file mode 100644 index 000000000000..3b466f1ddf16 --- /dev/null +++ b/changelog.d/12662.misc @@ -0,0 +1 @@ +Log status code of cancelled requests as 499 and avoid logging stack traces for them.