mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Correct var name
This commit is contained in:
parent
b2df0e8e2c
commit
ecea5af491
2 changed files with 56 additions and 2 deletions
|
@ -238,10 +238,10 @@ class MatrixFederationHttpClient(object):
|
|||
# Enable backoff if initially disabled
|
||||
send_request_args["backoff_on_404"] = backoff_on_404
|
||||
|
||||
send_request_args["path"] += "/"
|
||||
# Add trailing slash
|
||||
send_request_args["request"].path += "/"
|
||||
|
||||
response = yield self._send_request(**send_request_args)
|
||||
|
||||
body = yield _handle_json_response(
|
||||
self.hs.get_reactor(), self.default_timeout, request, response,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue