diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-08 13:16:39 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-08 13:16:39 +0100 |
commit | b5b7bb7c0fbfe50516d2ba6232461544b4fbea54 (patch) | |
tree | b76ee3ebea25df0c1c2072a9b8c980e3e2ff4c00 /synapse/http | |
parent | Merge branch 'release-v1.85' (diff) | |
parent | Fix up changelog (diff) | |
download | synapse-b5b7bb7c0fbfe50516d2ba6232461544b4fbea54.tar.xz |
Merge branch 'release-v1.85'
Diffstat (limited to 'synapse/http')
-rw-r--r-- | synapse/http/replicationagent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/replicationagent.py b/synapse/http/replicationagent.py index 800f21873d..d6ba6f0e57 100644 --- a/synapse/http/replicationagent.py +++ b/synapse/http/replicationagent.py @@ -76,7 +76,7 @@ class ReplicationEndpointFactory: endpoint = wrapClientTLS( # The 'port' argument below isn't actually used by the function self.context_factory.creatorForNetloc( - self.instance_map[worker_name].host, + self.instance_map[worker_name].host.encode("utf-8"), self.instance_map[worker_name].port, ), endpoint, |