summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-08-01 14:19:39 +0100
committerGitHub <noreply@github.com>2019-08-01 14:19:39 +0100
commitd55bc4a8bfe101c97d1d779482d4d5b618a727fa (patch)
tree42c375b845a9b2ed14cc7961d0d0a6968e6148aa /changelog.d
parentHave ClientReaderSlavedStore inherit RegistrationStore (#5806) (diff)
parentNewsfile (diff)
downloadsynapse-d55bc4a8bfe101c97d1d779482d4d5b618a727fa.tar.xz
Merge pull request #5810 from matrix-org/erikj/no_server_reachable
Return 502 not 500 when failing to reach any remote server.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5810.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5810.misc b/changelog.d/5810.misc
new file mode 100644
index 0000000000..0a5ccbbb3f
--- /dev/null
+++ b/changelog.d/5810.misc
@@ -0,0 +1 @@
+Return 502 not 500 when failing to reach any remote server.