summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-02-07 10:06:52 -0500
committerGitHub <noreply@github.com>2022-02-07 10:06:52 -0500
commit314ca4c86d59777b98efe7da6c2a0e6ec3203b47 (patch)
treedbdcc84c5a97c626a0f1173466153de23ec3de19 /changelog.d
parentClean up an indirect reference to the homeserver datastore (#11914) (diff)
downloadsynapse-314ca4c86d59777b98efe7da6c2a0e6ec3203b47.tar.xz
Pass the proper type when uploading files. (#11927)
The Content-Length header should be treated as an int, not
a string. This shouldn't have any user-facing change.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11927.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11927.misc b/changelog.d/11927.misc
new file mode 100644
index 0000000000..22c58521c9
--- /dev/null
+++ b/changelog.d/11927.misc
@@ -0,0 +1 @@
+Use the proper type for the Content-Length header in the `UploadResource`.