summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-13 19:49:08 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-13 19:49:08 +0000
commit26f8e2d099e59a20abf56895b7958f5af853db32 (patch)
treed7ee7102fc9a1b13e26a4fa5bf6d1d35e4a00450
parentas above (diff)
downloadsynapse-26f8e2d099e59a20abf56895b7958f5af853db32.tar.xz
there comes a time when you should give up. but you dont
-rw-r--r--synapse/http/matrixfederationclient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py
index 502ff15125..269cf21488 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, send_request_args,
+            request, try_trailing_slash_on_400, backoff_on_404, send_request_args,
         )
 
         body = yield _handle_json_response(