diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-11-11 14:22:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-11 14:22:40 +0000 |
commit | eedaf90c840f2b66e0cd537ccd462df19b3f5dcf (patch) | |
tree | 7ed796a14b55bb76a276db1ccd2abade85c318f2 /changelog.d | |
parent | Catch exceptions in password_providers (#8636) (diff) | |
download | synapse-eedaf90c840f2b66e0cd537ccd462df19b3f5dcf.tar.xz |
Better error message when a remote resource uses invalid Content-Type (#8719)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8719.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8719.misc b/changelog.d/8719.misc new file mode 100644 index 0000000000..9aabef8fc3 --- /dev/null +++ b/changelog.d/8719.misc @@ -0,0 +1 @@ +Improve the error message returned when a remote server incorrectly sets the `Content-Type` header in response to a JSON request. |