Opened 15 years ago

Closed 15 years ago

#5909 closed defect (fixed)

UPNP Sends 416 invalid response for satisfiable ranges.

Reported by: Nathan Babb <nathan.babb@…> Owned by: dblain
Priority: major Milestone: unknown
Component: upnp Version: unknown
Severity: medium Keywords: easy
Cc: Ticket locked: no

Description

The attached patch will return partial content for ranges that are too long. Currently myth returns 416 for such ranges which causes the PS3 upnp client to hang when attempting to fast forward.

According to rfc2616: If a syntactically valid byte-range-set includes at least one byte- range-spec whose first-byte-pos is less than the current length of the entity-body, or at least one suffix-byte-range-spec with a non- zero suffix-length, then the byte-range-set is satisfiable. Otherwise, the byte-range-set is unsatisfiable. If the byte-range-set is unsatisfiable, the server SHOULD return a response with a status of 416 (Requested range not satisfiable). Otherwise, the server SHOULD return a response with a status of 206 (Partial Content) containing the satisfiable ranges of the entity-body.

Attachments (1)

range_adjust.patch (593 bytes) - added by Nathan Babb <nathan.babb@…> 15 years ago.
Patch to adjust ranges that are too long.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by Nathan Babb <nathan.babb@…>

Attachment: range_adjust.patch added

Patch to adjust ranges that are too long.

comment:1 Changed 15 years ago by Dibblah

Keywords: easy added
Status: newassigned

comment:2 Changed 15 years ago by dblain

Resolution: fixed
Status: assignedclosed

(In [19518]) Fixes #5909

Note: See TracTickets for help on using tickets.