diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-08-08 15:05:15 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-08-08 15:05:15 +0200 |
commit | f7bca60920fd2c5711996cf67152692c8b93f0c7 (patch) | |
tree | bbdc9a50d02ae8365d6a7153db7218864889852b | |
parent | Changelog (diff) | |
download | synapse-github/s7evink/fix-location-header.tar.xz |
Add missing words github/s7evink/fix-location-header s7evink/fix-location-header
-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 |