Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I tried to use the ResourceReader in combination with Range/Content-Range headers for video streaming.
It seems to me that the implementation does not respect the HTTP spec.
According to the spec, asking for a 100 bytes resource with header
Range "bytes=0-"
should respond
Content-Range "bytes 0-99/100"
where Cocoon currently responds
Content-Range "0-100/100"
It seems to me that the implementation does not respect the HTTP spec.
According to the spec, asking for a 100 bytes resource with header
Range "bytes=0-"
should respond
Content-Range "bytes 0-99/100"
where Cocoon currently responds
Content-Range "0-100/100"