mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-24 21:34:32 +01:00
thou shalt specify a content-length
This commit is contained in:
parent
34c39398fa
commit
e117bc3fc5
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class MediaRepositoryResource(Resource):
|
|||
|
||||
=> POST /_matrix/media/v1/upload HTTP/1.1
|
||||
Content-Type: <media-type>
|
||||
Content-Length: <content-length>
|
||||
|
||||
<media>
|
||||
|
||||
|
|
Loading…
Reference in a new issue