diff options
author | Erik Johnston <erik@matrix.org> | 2019-01-25 14:11:17 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-01-25 14:11:17 +0000 |
commit | 431e485914b01eb1b245e37df814ff5bac110be1 (patch) | |
tree | 1262900b08616aa08768d9883349b11725218528 /synapse/http/matrixfederationclient.py | |
parent | Newsfile (diff) | |
parent | Fix quoting for allowed_local_3pids example config (#4476) (diff) | |
download | synapse-431e485914b01eb1b245e37df814ff5bac110be1.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/sqlite_native_upsert
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index 980e912348..bb2e64ed80 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -255,7 +255,6 @@ class MatrixFederationHttpClient(object): headers_dict = { b"User-Agent": [self.version_string_bytes], - b"Host": [destination_bytes], } with limiter: |