forked-synapse/changelog.d/11927.misc
Patrick Cloke 314ca4c86d
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.
2022-02-07 10:06:52 -05:00

2 lines
75 B
Plaintext

Use the proper type for the Content-Length header in the `UploadResource`.