You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have an accept_range flag on the semd_file, that would set the accept header, and check for range requests in the context.
It seems easy enough to implement so I can write the feature and do a PR if this is in-scope for the project.
In very simple one off apps, it would be nice to be able to serve seekable media without needing to add an extra ASGi server to handle the static file serving.
Right now this doesn't seem to work in browsers without range requests enabled.
Also, non-resumable downloads are generally annoying.
The text was updated successfully, but these errors were encountered:
It would be nice to have an accept_range flag on the semd_file, that would set the accept header, and check for range requests in the context.
It seems easy enough to implement so I can write the feature and do a PR if this is in-scope for the project.
In very simple one off apps, it would be nice to be able to serve seekable media without needing to add an extra ASGi server to handle the static file serving.
Right now this doesn't seem to work in browsers without range requests enabled.
Also, non-resumable downloads are generally annoying.
The text was updated successfully, but these errors were encountered: