summary refs log tree commit diff
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-08-08 15:05:15 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-08-08 15:05:15 +0200
commitf7bca60920fd2c5711996cf67152692c8b93f0c7 (patch)
treebbdc9a50d02ae8365d6a7153db7218864889852b
parentChangelog (diff)
downloadsynapse-s7evink/fix-location-header.tar.xz
Add missing words s7evink/fix-location-header
-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