mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-25 10:14:21 +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
|
=> POST /_matrix/media/v1/upload HTTP/1.1
|
||||||
Content-Type: <media-type>
|
Content-Type: <media-type>
|
||||||
|
Content-Length: <content-length>
|
||||||
|
|
||||||
<media>
|
<media>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue