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

Merged
merged 2 commits into from
Jan 17, 2025
Merged

Fixed proxying with Range header #607

merged 2 commits into from
Jan 17, 2025

Conversation

Laxilef
Copy link
Contributor

@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
@AlexxIT AlexxIT merged commit 7fcc2a4 into AlexxIT:master Jan 17, 2025
2 checks passed
@AlexxIT
Copy link
Owner

AlexxIT commented Jan 17, 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