summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-07 15:36:41 +0000
committerGitHub <noreply@github.com>2020-01-07 15:36:41 +0000
commitbe29ed7ad86a150f603722d7dc307b71f7e98726 (patch)
tree6c146264d1f042b6f6c6dac5e88d84108a05953a /changelog.d
parentMerge pull request #6621 from matrix-org/babolivier/purge_job_config_typo (diff)
downloadsynapse-be29ed7ad86a150f603722d7dc307b71f7e98726.tar.xz
Correctly proxy remote group HTTP errors. (#6654)
e.g. if remote returns a 404 then that shouldn't be treated as an error
but should be proxied through.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6654.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6654.bugfix b/changelog.d/6654.bugfix
new file mode 100644
index 0000000000..fed35252db
--- /dev/null
+++ b/changelog.d/6654.bugfix
@@ -0,0 +1 @@
+Correctly proxy HTTP errors due to API calls to remote group servers.