Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Update changelog for #12587, since it's on the wrong side of the RC cutoff to the rest of the PRs #12663

Merged
merged 1 commit into from
May 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion changelog.d/12587.misc
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions changelog.d/12663.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Log status code of cancelled requests as 499 and avoid logging stack traces for them.