Closed
Description
Hello,
When accessing files over HTTPS, accessing subsets of the file with the Range
header returns the following header for a 16kB read content-read: bytes 0-16384/16385
.
According to the HTTP spec, however, the number after the slash (e.g. 16385) should be the length of the whole document, and not the length of the range that was just returned (ref [1] [2]).
I can trigger this on 4.8.5-1.osg34.el7
Cheers
Andrew
[1] https://tools.ietf.org/html/rfc7233#page-12
[2] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Range