From b601820b88096f9810ffaed27d5802cb7b711535 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 10 Nov 2020 12:14:36 +0000 Subject: [PATCH] Update changelog --- changelog.d/8719.misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/8719.misc b/changelog.d/8719.misc index 5a0907415c..9aabef8fc3 100644 --- a/changelog.d/8719.misc +++ b/changelog.d/8719.misc @@ -1 +1 @@ -Return `502` HTTP error code to the client instead of `500` when a remote server incorrectly sets the `Content-Type` header in response to a JSON request. \ No newline at end of file +Improve the error message returned when a remote server incorrectly sets the `Content-Type` header in response to a JSON request.