mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
go home python, you're drunk
This commit is contained in:
parent
c991e7aec7
commit
bec313818c
@ -585,8 +585,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, backoff_on_404, **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(
|
||||||
self.hs.get_reactor(), self.default_timeout, request, response,
|
self.hs.get_reactor(), self.default_timeout, request, response,
|
||||||
@ -705,8 +704,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, False, **send_request_args,
|
request, try_trailing_slash_on_400, False, **send_request_args)
|
||||||
)
|
|
||||||
|
|
||||||
body = yield _handle_json_response(
|
body = yield _handle_json_response(
|
||||||
self.hs.get_reactor(), self.default_timeout, request, response,
|
self.hs.get_reactor(), self.default_timeout, request, response,
|
||||||
|
Loading…
Reference in New Issue
Block a user