Project

General

Profile

Actions

Feature #301

closed

Support partial content response

Added by Yehuda Sadeh almost 14 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

When playing rgw-hosted movie via vlc, can't fast forward/set movie position. This happens because we don't reply with the 206 Partial Content response, and don't set the 'Accept-Ranges' and 'Content-Range' values.
Some work has been done (commit:ee0155250c17139d83b433d2008de4dfe577d39a), however, it doesn't work yet as when using the 206 header, the content-length field is being rewritten by apache (probably by one of the filters) and being set to 0. Not sure whether it's an actual problem or just a setup issue.
Note that Amazon S3 does not support it either.


Files

support_more_headers.patch (8.9 KB) support_more_headers.patch Wido den Hollander, 07/23/2010 07:06 AM
last_modified_in_gmt.patch (761 Bytes) last_modified_in_gmt.patch Sent back the Last-Modified header in GMT timestamp Wido den Hollander, 07/23/2010 07:43 AM
return_data_with_partial_content.patch (670 Bytes) return_data_with_partial_content.patch Return data with partial content Wido den Hollander, 07/27/2010 12:49 AM
Actions

Also available in: Atom PDF