Skip to content
Snippets Groups Projects
Commit 90dc0a02 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Marvin Scholz
Browse files

http: allow short response byte range

RFC9110 specifies that a client must handle a shorter response range
than requested in all circumstanges. Previously, RFC7233 only required
that behaviour for multipart ranges, which VLC did not use.

This matches the newer specification: VLC will try to resume from the
last received offset not only on unexpected error, but also on short
response.

Fixes #28627.
parent 5a7ca642
No related branches found
No related tags found
1 merge request!5351http: allow short response byte range
Pipeline #467681 passed with warnings with stages
in 40 minutes and 24 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment