diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-18 12:07:38 +0000 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-18 23:07:38 +1100 |
commit | de6888e7ce7ec58e8b7935e35bb6572504cae873 (patch) | |
tree | dc4918a9fb5c347a808f9c1be263824693f55162 /changelog.d | |
parent | Fix incorrect logcontexts after a Deferred was cancelled (#4407) (diff) | |
download | synapse-de6888e7ce7ec58e8b7935e35bb6572504cae873.tar.xz |
Remove redundant WrappedConnection (#4409)
* Remove redundant WrappedConnection The matrix federation client uses an HTTP connection pool, which times out its idle HTTP connections, so there is no need for any of this business.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4409.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4409.misc b/changelog.d/4409.misc new file mode 100644 index 0000000000..9cf2adfbb1 --- /dev/null +++ b/changelog.d/4409.misc @@ -0,0 +1 @@ +Remove redundant federation connection wrapping code |