Skip to content
Snippets Groups Projects
Commit 26f8e2d0 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

there comes a time when you should give up. but you dont

parent 5ca857ad
Branches
Tags
No related merge requests found
...@@ -707,7 +707,7 @@ class MatrixFederationHttpClient(object): ...@@ -707,7 +707,7 @@ class MatrixFederationHttpClient(object):
} }
response = yield self._send_request_with_optional_trailing_slash( 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( body = yield _handle_json_response(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment