forked from MirrorHub/synapse
Add missing docstring detail
This commit is contained in:
parent
5526b054aa
commit
660b77f362
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class MatrixFederationHttpClient(object):
|
||||||
due to #3622.
|
due to #3622.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
request
|
request (MatrixFederationRequest): details of request to be sent
|
||||||
try_trailing_slash_on_400 (bool): Whether on receiving a 400
|
try_trailing_slash_on_400 (bool): Whether on receiving a 400
|
||||||
'M_UNRECOGNIZED' from the server to retry the request with a
|
'M_UNRECOGNIZED' from the server to retry the request with a
|
||||||
trailing slash appended to the request path.
|
trailing slash appended to the request path.
|
||||||
|
|
Loading…
Reference in a new issue