]> git.kaiwu.me - nginx.git/commit
Range filter: single_range flag in request.
authorMaxim Dounin <mdounin@mdounin.ru>
Fri, 21 Mar 2014 15:33:21 +0000 (19:33 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Fri, 21 Mar 2014 15:33:21 +0000 (19:33 +0400)
commiteffbf466aa44df725a9f68761b2793065bba6756
tree8231bd358e880f9b927634dfdfdad6846e913734
parentc6ca13592308badb125bdada372e33b4b24fd28c
Range filter: single_range flag in request.

If set, it means that response body is going to be in more than one buffer,
hence only range requests with a single range should be honored.

The flag is now used by mp4 and cacheable upstream responses, thus allowing
range requests of mp4 files with start/end, as well as range processing
on a first request to a not-yet-cached files with proxy_cache.

Notably this makes it possible to play mp4 files (with proxy_cache, or with
mp4 module) on iOS devices, as byte-range support is required by Apple.
src/http/modules/ngx_http_mp4_module.c
src/http/modules/ngx_http_range_filter_module.c
src/http/ngx_http_request.h
src/http/ngx_http_upstream.c