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

Fixed proxying with Range header #607

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Laxilef
Copy link

@Laxilef Laxilef commented Jan 8, 2025

  1. Если клиент отправляет Range заголовок, то ожидается, что валидный ответ будет с кодом 206.
  2. Некоторые клиенты, делая HEAD запрос, могут включать в него заголовок Range, ожидая в ответ валидный ответ с заголовками Content-length, Content-Range и кодом 206.

PR исправляет это, т.к. сейчас в ответ на запрос с Range ответ прилетает с кодом 200.
В плане функционала, корректно начинает работать перемотка треков и лечит зависание треков (после разрыва соединения хостом) на хромкаст устройствах (см. upd к комментарию).

@AlexxIT AlexxIT self-assigned this Jan 9, 2025
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

Successfully merging this pull request may close these issues.

2 participants