summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2018-09-12 20:16:08 +1000
committerGitHub <noreply@github.com>2018-09-12 20:16:08 +1000
commit4073f73edc981d18716a1f0ce4cdda8d9c0f2863 (patch)
tree0d9f99ae0b5bb53a7e917726bbc62ce900db8625 /changelog.d
parentSpeed up lazy loading (#3827) (diff)
parentNewsfile (diff)
downloadsynapse-4073f73edc981d18716a1f0ce4cdda8d9c0f2863.tar.xz
Merge pull request #3845 from matrix-org/erikj/timeout_reads
Timeout reading body for outbound HTTP requests
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/3845.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3845.bugfix b/changelog.d/3845.bugfix
new file mode 100644
index 0000000000..5b7e8f1934
--- /dev/null
+++ b/changelog.d/3845.bugfix
@@ -0,0 +1 @@
+Fix outbound requests occasionally wedging, which can result in federation breaking between servers.