diff options
Diffstat (limited to 'synapse/http/matrixfederationclient.py')
-rw-r--r-- | synapse/http/matrixfederationclient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index b78cf2bafb..12c41c39e9 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -1758,7 +1758,7 @@ class MatrixFederationHttpClient: request.destination, str_url, ) - # We don't know how large the response upfront, so limit it to + # We don't know how large the response will be upfront, so limit it to # the `max_upload_size` config value. length, headers, _, _ = await self._simple_http_client.get_file( str_url, output_stream, self.max_download_size |