Skip to content
Snippets Groups Projects
Commit e117bc3f authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

thou shalt specify a content-length

parent 34c39398
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ class MediaRepositoryResource(Resource): ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment