opencloud
opencloud copied to clipboard
Archiver is missing `Content-Length` header in response
Describe the bug
The /archiver endpoint is not returning a Content-Length header in its response. This (possibly) makes it harder for web clients to handle this as a downloadable source.
Steps to reproduce
- on demo.opencloud.com, select 2 or more files
- open the browser network tab
- download the selected files
- inspect the
/archiverresponse in the browser network tab
Expected behavior
There should be a Content-Length header indicating the size of the archive.
Actual behavior
The header is missing.