summary refs log tree commit diff
path: root/synapse/http/matrixfederationclient.py
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-03-27 09:18:35 +0000
committerNeil Johnson <neil@matrix.org>2019-03-27 09:18:35 +0000
commit1048e2ca6a815507b3d80b432bfbc551c0e6e779 (patch)
tree9422ff807b52e0a7e22a607769cdfa962408dda8 /synapse/http/matrixfederationclient.py
parentMerge branch 'develop' into matrix-org-hotfixes (diff)
parentSupport 3PID login in password providers (#4931) (diff)
downloadsynapse-1048e2ca6a815507b3d80b432bfbc551c0e6e779.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r--synapse/http/matrixfederationclient.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py

index 8e855d13d6..ff63d0b2a8 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py
@@ -231,6 +231,7 @@ class MatrixFederationHttpClient(object): # Retry with a trailing slash if we received a 400 with # 'M_UNRECOGNIZED' which some endpoints can return when omitting a # trailing slash on Synapse <= v0.99.3. + logger.info("Retrying request with trailing slash") request.path += "/" response = yield self._send_request(