summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/http/matrixfederationclient.py2
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