diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-07 10:06:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 10:06:52 -0500 |
commit | 314ca4c86d59777b98efe7da6c2a0e6ec3203b47 (patch) | |
tree | dbdcc84c5a97c626a0f1173466153de23ec3de19 /changelog.d | |
parent | Clean up an indirect reference to the homeserver datastore (#11914) (diff) | |
download | synapse-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.misc | 1 |
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`. |