Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When requesting a mp4 embedio is responding with identity in the content encoding header. #566

Open
a-schade opened this issue Jul 13, 2022 · 0 comments

Comments

@a-schade
Copy link

Describe the bug
When requesting a mp4 embedio is responding with identity in the content encoding header.

Quoting RFC 2616, https://www.rfc-editor.org/rfc/rfc2616#section-3.5 :

identity
The default (identity) encoding; the use of no transformation
whatsoever. This content-coding is used only in the Accept-
Encoding header, and SHOULD NOT be used in the Content-Encoding
header.

To Reproduce
Steps to reproduce the behavior:

  1. Request a mp4.

Expected behavior
Content encoding header with identity is not set.

As browser we use COG/WPE. AFAIK all other browsers request the data as partial content (206).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant