diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-03 14:19:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 14:19:48 +0000 |
commit | b6b57ecb4e845490fc26a537ff57df8cae1587b9 (patch) | |
tree | cdbafe90d6698bc89ea31e4a2beb4739723815d3 /changelog.d | |
parent | Reduce the reconnect time when replication fails. (#6617) (diff) | |
download | synapse-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.misc | 1 |
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. |