diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-10-17 07:32:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 07:32:40 -0400 |
commit | 77dfc1f93967f4157ba961c3b5201206c1bbf797 (patch) | |
tree | 4c894e88055e182e93614323c68764017b2ddbb1 /changelog.d | |
parent | Update the release script to remind releaser to check for special release not... (diff) | |
download | synapse-77dfc1f93967f4157ba961c3b5201206c1bbf797.tar.xz |
Fix a bug where servers could be marked as up when they were failing (#16506)
After this change a server will only be reported as back online if they were previously having requests fail.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16506.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16506.bugfix b/changelog.d/16506.bugfix new file mode 100644 index 0000000000..a2c7e82b9e --- /dev/null +++ b/changelog.d/16506.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.59.0 where servers would be incorrectly marked as available when a request resulted in an error. |