diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-13 20:03:10 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-13 20:03:10 +0000 |
commit | 8d16ffaf7a1ab9ae17e59b2d80b82aa65294bf95 (patch) | |
tree | 3c5206608996e466be2df8017d44ad58b203c354 /synapse/http | |
parent | there comes a time when you should give up. but you dont (diff) | |
download | synapse-8d16ffaf7a1ab9ae17e59b2d80b82aa65294bf95.tar.xz |
i should have given up
Diffstat (limited to 'synapse/http')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index 269cf21488..8ad28d1e21 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -707,7 +707,7 @@ class MatrixFederationHttpClient(object): } response = yield self._send_request_with_optional_trailing_slash( - request, try_trailing_slash_on_400, backoff_on_404, send_request_args, + request, try_trailing_slash_on_400, False, send_request_args, ) body = yield _handle_json_response( |