summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-01-03 14:19:48 +0000
committerGitHub <noreply@github.com>2020-01-03 14:19:48 +0000
commitb6b57ecb4e845490fc26a537ff57df8cae1587b9 (patch)
treecdbafe90d6698bc89ea31e4a2beb4739723815d3 /changelog.d
parentReduce the reconnect time when replication fails. (#6617) (diff)
downloadsynapse-b6b57ecb4e845490fc26a537ff57df8cae1587b9.tar.xz
Kill off redundant SynapseRequestFactory (#6619)
We already get the Site via the Channel, so there's no need for a dedicated
RequestFactory: we can just use the right constructor.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6619.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6619.misc b/changelog.d/6619.misc
new file mode 100644
index 0000000000..b608133219
--- /dev/null
+++ b/changelog.d/6619.misc
@@ -0,0 +1 @@
+Simplify http handling by removing redundant SynapseRequestFactory.