
cherokee at googlecode
Nov 1, 2011, 4:22 PM
Post #1 of 2
(228 views)
Permalink
|
|
Issue 1299 in cherokee: HTTP Range Header does not work when using X-Sendfile
|
|
Status: New Owner: ---- New issue 1299 by Jan.Christian.Hoffmann [at] gmail: HTTP Range Header does not work when using X-Sendfile http://code.google.com/p/cherokee/issues/detail?id=1299 The Range header doesn't work if a file is served using the X-Sendfile header. It works if the same file is served directly via the static file handler. I would have expected that serving a file via X-Sendfile results in exactly the same behavior as directly serving the file (as is the case with Apache). Tested with Cherokee 1.2.101 on Ubuntu 11.10. This is a problem for two reasons: - Obviously, resuming failed downloads is impossible (wget using the -c option starts from the beginning). - Video files can't be served that way, as client software does require the Range header (both Totem and VLC display only a black screen instead of the progressively downloaded video data). _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|