mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-05 14:18:55 +01:00
there comes a time when you should give up. but you dont
This commit is contained in:
parent
5ca857ad84
commit
26f8e2d099
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue