Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: hide range-related headers from flask
This is to prevent flask from returning a partial response for a range request when nginx is supposed to emulate range requests. Playing large opus files within firefox and gstreamer/mopidy worked for me only after I made this change in my nginx config. I guess this was not a problem previously since older flask versions did not support range queries at all but that seems to have changed partially since flask returns an `Accept-Ranges: bytes` header. Though, when using flask for streaming directly (without reverse-proxy), audio still doesn't play within firefox or gstreamer. gstreamer logged an error indicating the request is unsupported.
- Loading branch information