dadi / web

Web is a drop in front end for websites and web apps. Consumes data from DADI API and others
https://dadi.cloud/en/web/
Other
48 stars 16 forks source link

Add support for range requests on public folder #354

Closed abovedave closed 6 years ago

abovedave commented 6 years ago

Clients such as Safari struggle to accept media files (mp4, mp3 etc) unless the server supports sending chunks of the file, this PR adds support for that.

Closes #350